Crate gjson

source · []

Modules

Additional tools for working with JSON data.

Structs

Value is the JSON value returned from the get function.

Enums

The kind of json Value.

Functions

Searches json for the specified path. A path is in dot syntax, such as “name.last” or “age”. When the value is found it’s returned immediately.

Searches json for the specified path. Works the same as get except that the input json is a a byte slice instead of a string.

Parse the json and return it as a value.

Returns true if the input is valid json.