Source: golang-github-dustin-gojson Section: golang Maintainer: Debian Go Packaging Team Uploaders: Andrew Lee (李健秋) , Build-Depends: debhelper-compat (= 13), dh-sequence-golang, dpkg-build-api (= 1), golang-any, Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-dustin-gojson Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-dustin-gojson.git Homepage: https://github.com/dustin/gojson XS-Go-Import-Path: github.com/dustin/gojson Package: golang-github-dustin-gojson-dev Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, Description: Fork of go's encoding/json with a public scanner API This Go library is an alternative implementation and historic fork of the standard library's encoding/json package. Its primary architectural value is exposing the underlying json scanner token validation and state parsing APIs publicly, which are kept internal within standard Go distribution builds. . Exposing these primitives allows low-level tools, high-performance encoders, and downstream data pipelines to perform fast syntax checks, continuous byte-stream verification, and custom structural validation passes directly on raw JSON documents without forcing full memory instantiation or unmarshaling into static structural objects.