bytes | Package bytes implements functions for the manipulation of byte slices. |
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/encoder | This files's processing codes are inspired by https://github.com/segmentio/encoding. |
github.com/goccy/go-json/internal/runtime | |
math | Package math provides basic constants and mathematical functions. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |