B00_serialk_json.JsongSourceJSON value generation.
The type for generated JSON values.
The type for generated JSON arrays.
el cond v arr is el (v ()) arr if cond is true and arr otherwise.
The type for generated JSON objects.
mem_if cond name v o is mem name (v ()) o if cond is true and o otherwise.
strf fmt ... is a JSON string generated value formatted according to fmt.
option some o is o as a generated JSON value which is null if o is None and some v if o is some v.
list el l is l as a generated JSON array whose elements are generated using el.
buffer_add b g adds the generated JSON value g to b.