package
module
Version:
v1.0.3
Opens a new window with list of versions in this module.
Published: Jul 6, 2021
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
graphjson
This is forked from https://godoc.org/github.com/shurcooL/graphql to export internal/jsonutil package.

Installation
graphjson
requires Go version 1.8 or later.
go get -u github.com/Code-Hex/go-graphjson
License
Documentation
¶
func Unmarshal(data []byte, v interface{}) error
Unmarshal 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.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.