Skip to content

vxcute/json.h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

json.h

  // Public API

  JsonValue JsonParse(const char *data);
  JsonValue JsonGetValue(JsonObject object, const char *key);
  void JsonPrintValue(JsonValue value);

About

simple header-only json parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages