File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ Introduction
99JSON.awk is a self-contained, single-file program with no external dependencies.
1010It is similar to [ JSON.sh] ( https://github.com/dominictarr/JSON.sh ) , a JSON
1111parser 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
1515Features
1616--------
@@ -30,8 +30,8 @@ Supported Platforms
3030
3131All 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
3636Installing
3737----------
You can’t perform that action at this time.
0 commit comments