README ¶ JSON https://github.com/goldeneggg/structil/issues/35 https://github.com/WillAbides/rjson/issues/47 https://github.com/segmentio/encoding/issues/99 https://github.com/tamerh/jsparser/issues/7 https://github.com/tidwall/pjson/issues/1 https://github.com/clarketm/json/issues/4 https://github.com/valyala/fastjson/issues/73 https://github.com/minio/simdjson-go/issues/43 https://github.com/ohler55/ojg/issues/76 https://github.com/Jeffail/gabs/issues/110 https://github.com/json-iterator/go/issues/577 https://github.com/goccy/go-json/issues/292 https://github.com/pquerna/ffjson/issues/263 https://github.com/pkg/json/issues/12 https://github.com/mailru/easyjson/issues/351 https://github.com/tidwall/gjson/issues/235 https://github.com/buger/jsonparser/issues/235 json language:go pushed:>2020-09-28 stars:>5 Non strict mode I am trying to parse JSON from some input like this: window.__additionalDataLoaded('extra',{"shortcode_media":999}); Where the output would be: {"shortcode_media":999} is something like that possible? Similar to Strict = false with XML: https://godocs.io/encoding/xml#Decoder.Strict Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Scanner func NewScanner(b []byte) Scanner func (s Scanner) Bytes() []byte func (s *Scanner) Scan() bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Scanner ¶ type Scanner struct { // contains filtered or unexported fields } func NewScanner ¶ func NewScanner(b []byte) Scanner func (Scanner) Bytes ¶ func (s Scanner) Bytes() []byte func (*Scanner) Scan ¶ func (s *Scanner) Scan() bool Source Files ¶ View all Source files json.go Click to show internal directories. Click to hide internal directories.