Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Read ¶ added in v0.3.4
Read will read JSON data from reader and write the decoded data to value. If the JSON data are newline separated, lines beginning with comments will be ignored (correcting a controlling and arrogant mistake of the original author of the JSON specification). Comment lines may begin with "#", "//" or "!" and continue until the next newline.
func ReadFromFile ¶
Read will read JSON data from the specified file and write the decoded data to value. If the JSON data are newline separated, lines beginning with comments will be ignored (correcting a controlling and arrogant mistake of the original author of the JSON specification). Comment lines may begin with "#", "//" or "!" and continue until the next newline.
func WriteToFile ¶
Types ¶
This section is empty.