Skip to content

Commit 540e2e8

Browse files
committed
Update README and bump version to 1.4.
1 parent c49397a commit 540e2e8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

JSON.awk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/awk -f
22
#
33
# Software: JSON.awk - a practical JSON parser written in awk
4-
# Version: 1.3.1
5-
# Copyright (c) 2013-2019, step
4+
# Version: 1.4
5+
# Copyright (c) 2013-2020, step
66
# License: MIT or Apache 2
77
# Project home: https://github.com/step-/JSON.awk
88
# Credits: https://github.com/step-/JSON.awk#credits

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Introduction
99
JSON.awk is a self-contained, single-file program with no external dependencies.
1010
It is similar to [JSON.sh](https://github.com/dominictarr/JSON.sh), a JSON
1111
parser written in Bash -- retrieved on 2013-03-13 to form the basis for
12-
JSON.awk. Since then, the two projects have taken separate paths, so you
13-
will not find all of JSON.sh features in JSON.awk, and viceversa.
12+
JSON.awk. Since then the projects have separated their development paths, each
13+
one adding new features that you will not find in the other.
1414

1515
Features
1616
--------
@@ -30,8 +30,8 @@ Supported Platforms
3030

3131
All OS platforms for which a POSIX awk implementation is available. Special cases:
3232

33-
* FreeBSD [»10](https://github.com/step-/JSON.awk/issues/10)
34-
* mac OSX [»15](https://github.com/step-/JSON.awk/issues/15)
33+
* macOS and FreeBSD [»10](https://github.com/step-/JSON.awk/issues/10)
34+
* macOS [»15](https://github.com/step-/JSON.awk/issues/15)
3535

3636
Installing
3737
----------

0 commit comments

Comments
 (0)