jsonutil

package
v0.0.0-...-ed46e5a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2023 License: MIT Imports: 7 Imported by: 0

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

func UnmarshalGraphQL(data []byte, v any) error

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL