Package json implements encoding and decoding of JSON as defined in RFC 4627, with modifications to ignore unsupported types.
go get github.com/pschlump/jsonNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Marshal a struct to JSON using the modified json package.
Ensure all fields are JSON-serializable or use standard encoding/json for strict behavior.
No dependency data recorded yet.