jylis_ex v0.2.0 Jylis.UJSON
Unordered JSON. [link]
Link to this section Summary
Functions
Remove all data stored at or under the given key
Get the JSON representation of the data currently held at key
Insert the given value
as a new element in the set of values stored
at key
Remove the specified value
from the set of values stored at key
Store the given ujson
data at the given key
Link to this section Functions
Remove all data stored at or under the given key
.
keys
- A single key or List
of keys.
Get the JSON representation of the data currently held at key
.
keys
- A single key or List
of keys.
Insert the given value
as a new element in the set of values stored
at key
.
keys
- A single key or List
of keys.
Remove the specified value
from the set of values stored at key
.
keys
- A single key or List
of keys.
Store the given ujson
data at the given key
.
keys
- A single key or List
of keys.