Initial Commit
This commit is contained in:
6
CMakeLists.txt
Normal file
6
CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.28)
|
||||
project(jjx)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
add_executable(jjx main.cpp)
|
38
README.md
Normal file
38
README.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# JJX - Josh's JSON and XML Library
|
||||
|
||||
A bare-minimal, yet industrial-strength C++ 20 library for reading, writing, and serialization of JSON and XML file formats.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Features
|
||||
|
||||
* Modern C++ (20)
|
||||
* Static Library
|
||||
* GCC and MSVC support
|
||||
* Tested on Fedora Linux and Windows 10.
|
||||
|
||||
## Benchmarks
|
||||
|
||||
## Using JJX
|
||||
|
||||
### Installing via CPM
|
||||
|
||||
### Usage Sample
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
|
||||
## License
|
||||
Developed by Josh O'Leary @ Redacted Software.
|
||||
|
||||
Special Thanks to William J Tomasine II & Maxine Hayes.
|
||||
|
||||
(C) 2024, A Redacted Software Product.
|
||||
|
||||
This work is dedicated to the public domain.
|
||||
|
Reference in New Issue
Block a user