toJSON

(alias) pure function toJSON(): json

Deprecated

Use 'to_json' instead

Convert this GTV to a JSON value.

Big integers are serialized as JSON numbers. Note that when deserializing back with gtv.from_json(), small big integers (within standard integer range) will become regular integers, and large big integers cannot be deserialized (will cause a runtime error).

Alias

Alias target

Return

a JSON value equivalent to this GTV

Since

0.9.0