package
Version:
v1.2.9
Opens a new window with list of versions in this module.
Published: Sep 29, 2021
License: OSL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
JSON
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
Documentation
¶
func Unmarshal(data []byte, v interface{}) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.