json, jsonb
https://www.postgresql.org/docs/current/static/datatype-json.html
$PG$/src/backend/utils/adt/json.c // json
$PG$/src/backend/utils/adt/jsonb.c // jsonb
Behaviours: epgsql_codec.
json, jsonb
https://www.postgresql.org/docs/current/static/datatype-json.html
$PG$/src/backend/utils/adt/json.c // json
$PG$/src/backend/utils/adt/jsonb.c // jsonb
data() = binary()
| decode/3 | |
| decode_text/3 | |
| encode/3 | |
| init/2 | |
| names/0 |
decode(Bin, X2, X3) -> any()
decode_text(V, X2, X3) -> any()
encode(Bin, X2, X3) -> any()
init(X1, X2) -> any()
names() -> any()
Generated by EDoc