Documentation ¶
Overview ¶
Package jsonutil provides a function for decoding JSON into a GraphQL query data structure.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnmarshalGraphQL ¶
UnmarshalGraphQL parses the JSON-encoded GraphQL response data and stores the result in the GraphQL query data structure pointed to by v.
The implementation is created on top of the JSON tokenizer available in "encoding/json".Decoder.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.