rcdata.json

A simple JSON pull parser written according to RFC 8259.

Members

Classes

JSONException
class JSONException

Thrown if JSON parsing fails.

Enums

JSONExclude
enum JSONExclude

UDA used to exclude struct fields from parsing.

Structs

JSONName
struct JSONName

UDA used to rename struct fields during parsing. The value in the attribute represents the name used in the JSON file.

JSONParser
struct JSONParser

Struct for parsing JSON.

Meta