[..] Module – json
Warning: json is experimental and has no stability guarantees or versioning; use with caution.
#import "jc/x/json";
Constants
This section is empty.
Procedures
json_deserialize ¶
json_deserialize :: (data: string) -> (Json_Value, bool)
json_deserialize ¶
json_deserialize :: ($T: Type, data: string) -> (T, bool)
json_serialize ¶
json_serialize :: (value: $T) -> Json_Value
Macros
This section is empty.
Types
This section is empty.