Crate bourne

Source

Modules§

error
format
parse

Macros§

json
Create a JSON object. Expressions are allowed as values as long as the result is convertible to a Value. Example:

Enums§

Number
Value
JSON Value.

Traits§

ArrayExt
IndexOrKey
Allows for indexing into a Value by String or usize
InsertKey
ObjectExt

Type Aliases§

ValueMap
The Mapping that Value uses for Value::Object.
Uses hashbrown::HashMap.