Skip to content

C++ JSON parser and decoder/encoder (can deserialize JSON into structs and back to JSON)

Notifications You must be signed in to change notification settings

jurgen-kluft/cjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json parser

A JSON parser as well as a JSON decoder that can read directly into C structures using JSON type declarations. These declarations can then also be used again to write JSON, see test_json_decode.cpp for an example.

  • UTF-8
  • Lexer
  • Parser
  • Decoder (reading JSON)
  • Encoder (writing JSON)

Uses a simple forward/linear allocator.

Dependencies

  • cbase (types & allocator)

About

C++ JSON parser and decoder/encoder (can deserialize JSON into structs and back to JSON)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published