Crate lil_json

Crate lil_json 

Source

Structs§

JsonField
a field within a JSON object
JsonObject
a JSON object that can hold up to MAX_FIELDS fields

Enums§

JsonParseFailure
JsonValue

Constants§

EMPTY_FIELD
a default JSON field with static lifetime

Functions§

parse_json_object
parse a json object into the provided field buffer & return (data bytes consumed,num fields parsed) on success
serialize_json_object
serialize a json object with the provided fields into output & return the number of bytes written on success