type github.com/gotd/td/tg.JSONValueClass (interface)
Method Implmentations
Decode(b *bin.Buffer) error
(*JSONArray).Decode
(*JSONBool).Decode
(*JSONNull).Decode
(*JSONNumber).Decode
(*JSONObject).Decode
(*JSONString).Decode
DecodeBare(b *bin.Buffer) error
(*JSONArray).DecodeBare
(*JSONBool).DecodeBare
(*JSONNull).DecodeBare
(*JSONNumber).DecodeBare
(*JSONObject).DecodeBare
(*JSONString).DecodeBare
Encode(b *bin.Buffer) error
(*JSONArray).Encode
(*JSONBool).Encode
(*JSONNull).Encode
(*JSONNumber).Encode
(*JSONObject).Encode
(*JSONString).Encode
EncodeBare(b *bin.Buffer) error
(*JSONArray).EncodeBare
(*JSONBool).EncodeBare
(*JSONNull).EncodeBare
(*JSONNumber).EncodeBare
(*JSONObject).EncodeBare
(*JSONString).EncodeBare
String() string
(*JSONArray).String
(*JSONBool).String
(*JSONNull).String
(*JSONNumber).String
(*JSONObject).String
(*JSONString).String
TypeID() uint32
(*JSONArray).TypeID
(*JSONBool).TypeID
(*JSONNull).TypeID
(*JSONNumber).TypeID
(*JSONObject).TypeID
(*JSONString).TypeID
TypeName() string
(*JSONArray).TypeName
(*JSONBool).TypeName
(*JSONNull).TypeName
(*JSONNumber).TypeName
(*JSONObject).TypeName
(*JSONString).TypeName
Zero() bool
(*JSONArray).Zero
(*JSONBool).Zero
(*JSONNull).Zero
(*JSONNumber).Zero
(*JSONObject).Zero
(*JSONString).Zero
construct() JSONValueClass
(*JSONArray).construct
(*JSONBool).construct
(*JSONNull).construct
(*JSONNumber).construct
(*JSONObject).construct
(*JSONString).construct
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |