Skip to content

Commit 00a4dc4

Browse files
committed
v0.0.19
1 parent 37df10b commit 00a4dc4

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
# v0.0.19
4+
* Edit package comments.
5+
36
# v0.0.18
47
* Added support for platform-dependent line breaks.
58
* [Breaking change] Change function name `Parse` -> `ParseJSON`.

jsonlp/jsonlp.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Super loose JSON + TOML parsers. JSONC and JSON5 can also be read.
2+
package jsonlp

marshal/marshal.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Marshaller / Unmarshaller for "jsonlp", super loose JSON + TOML parsers, package.
2+
package marshal

0 commit comments

Comments
 (0)