Skip to content
/ libwjson Public

Standalone C++ JSON parsing library. Additional JSON utilities built around the parser included separately

License

Notifications You must be signed in to change notification settings

wakfi/libwjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libwjson

Standalone JSON parsing library written in C++. Additional JSON utilities built around the parser included separately

Layout

  • lib/core - JSON Parser core.
  • cli-utils - Command Line Interface Utility modules built using the libwjson parser
  • json.grammar - A JSON grammar description using Backus-Naur form

License

MIT License

Copyright (c) 2021 Walker Gray

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Read full license text

About

Standalone C++ JSON parsing library. Additional JSON utilities built around the parser included separately

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published