Skip to content

Commit

Permalink
Update README and bump version to 1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
step- committed Aug 13, 2020
1 parent c49397a commit 540e2e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions JSON.awk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/awk -f
#
# Software: JSON.awk - a practical JSON parser written in awk
# Version: 1.3.1
# Copyright (c) 2013-2019, step
# Version: 1.4
# Copyright (c) 2013-2020, step
# License: MIT or Apache 2
# Project home: https://github.com/step-/JSON.awk
# Credits: https://github.com/step-/JSON.awk#credits
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Introduction
JSON.awk is a self-contained, single-file program with no external dependencies.
It is similar to [JSON.sh](https://github.com/dominictarr/JSON.sh), a JSON
parser written in Bash -- retrieved on 2013-03-13 to form the basis for
JSON.awk. Since then, the two projects have taken separate paths, so you
will not find all of JSON.sh features in JSON.awk, and viceversa.
JSON.awk. Since then the projects have separated their development paths, each
one adding new features that you will not find in the other.

Features
--------
Expand All @@ -30,8 +30,8 @@ Supported Platforms

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

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

Installing
----------
Expand Down

0 comments on commit 540e2e8

Please sign in to comment.