[..] Module – json

Warning: json is experimental and has no stability guarantees or versioning; use with caution.
#import "jc/x/json";

Index

Procedures (4)

Types (1)

Imports (2)

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

to_string

to_string :: (value: Json_Value, indent := 0) -> string

Macros

This section is empty.

Types

This section is empty.