Skip to content

Commit 990e5e4

Browse files
committed
version bump and NEWS entry
1 parent a2eb853 commit 990e5e4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: rjsoncons
22
Title: Query, Pivot, Patch, and Validate 'JSON' and 'NDJSON'
3-
Version: 1.3.0.9100
3+
Version: 1.3.0.9200
44
Authors@R: c(
55
person(
66
"Martin", "Morgan", role = c("aut", "cre"),

NEWS.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# rjsoncons 1.3.1
22

3+
- (1.3.0.9200) bug fix: NDJSON `j_pivot('{"a": [1,2]}')` now pivots as
4+
`'{"a": [[1,2]]}'`. NDJSON `j_pivot()` records must *always* be
5+
objects.
36
- (1.3.0.9100) add JSONPath to examples article.
47

58
# rjsoncons 1.3.0

0 commit comments

Comments
 (0)