Imports of package vm_escaped_indent

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/goccy/go-json/internal/encoderThis files's processing codes are inspired by https://github.com/segmentio/encoding.
github.com/goccy/go-json/internal/runtime
mathPackage math provides basic constants and mathematical functions.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
sortPackage sort provides primitives for sorting slices and user-defined collections.
unsafePackage unsafe contains operations that step around the type safety of Go programs.