Skip to content

CatIsNotFound/JsonBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsonBuilder

简体中文

C++20 License

A lightweight and efficient C++ JSON parsing and manipulation library.

Features

  • Complete JSON data type support: null, boolean, integer, floating-point, string, array, and object
  • Easy-to-use API for creating, parsing, and manipulating JSON data
  • File I/O support for loading and saving JSON files
  • Custom exception handling for robust error management
  • Supports nested structures and complex JSON manipulation
  • Efficient parsing and serialization

Installation

⚠️ NOTE: This library is only applicable to the C++20 standard and above.

  1. Click to download the latest release.
  2. Clone this repo:
    git clone https://github.com/CatIsNotFound/JsonBuilder.git

Learn more

Contributing

Contributions are welcome! Feel free to submit issues and pull requests.

License

This project is licensed under the MIT License.

About

A lightweight and efficient C++ JSON parsing and manipulation library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published