Kaba package bson ed
...
Classes ed
- struct Iter
Functions ed
- func static bson_iter_key(i: Iter&) -> string
- func static bson_iter_map_to_any(iter: Iter&) -> Any
- func static bson_iter_str(i: Iter&) -> string
- func static bson_iter_str_array(i: Iter&) -> string[]
- func static bson_iter_to_any(iter: Iter&) -> Any
- func static bson_to_any(doc: void*) -> Any
- func static bson_to_json(bson: void*) -> string
- func static char_to_str(p: u8[0]&) -> string
- func static json_to_bson(json: string) -> void*