bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/goccy/go-json/internal/decoder | |
github.com/goccy/go-json/internal/encoder | This files's processing codes are inspired by https://github.com/segmentio/encoding. |
github.com/goccy/go-json/internal/encoder/vm | Code generated by internal/cmd/generator. |
github.com/goccy/go-json/internal/encoder/vm_color | Code generated by internal/cmd/generator. |
github.com/goccy/go-json/internal/encoder/vm_color_indent | Code generated by internal/cmd/generator. |
github.com/goccy/go-json/internal/encoder/vm_indent | Code generated by internal/cmd/generator. |
github.com/goccy/go-json/internal/errors | |
github.com/goccy/go-json/internal/runtime | |
io | Package io provides basic interfaces to I/O primitives. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |