File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ All OS platforms for which a POSIX awk implementation is available. Special case
3333* FreeBSD [ » ; 10] ( https://github.com/step-/JSON.awk/issues/10 )
3434* mac OSX [ » ; 15] ( https://github.com/step-/JSON.awk/issues/15 )
3535
36- Setup
37- -----
36+ Installing
37+ ----------
3838
3939Add files JSON.awk and optionally callbacks.awk to your project and follow the
4040examples.
@@ -67,6 +67,13 @@ Using callbacks to build a custom application ([FAQ 5](doc/FAQ.md#5)):
6767awk -f your-callbacks.awk -f JSON.awk file.json
6868```
6969
70+ Applications
71+ ------------
72+
73+ * [ Opera-bookmarks.awk] ( https://github.com/step-/opera-bookmarks.awk )
74+ Extract (Chromium) Opera bookmarks and QuickDial thumbnails.
75+ Convert bookmark data to SQLite database and CSV file.
76+
7077Projects known to use JSON.awk
7178------------------------------
7279
@@ -89,6 +96,7 @@ Credits
8996 2013-03-13, more than inspired version 1.0 of JSON.awk; without JSON.sh this
9097 project would not exist.
9198
92- * [ gron] ( https://github.com/tomnomnom/gron ) for inspiration, and some test files,
93- for library module [ js-dot-path.awk] ( doc/library.md#js_dot_path ) .
99+ * [ gron] ( https://github.com/tomnomnom/gron ) for inspiration leading to
100+ library module [ js-dot-path.awk] ( doc/library.md#js_dot_path ) , and for some
101+ test files.
94102
You can’t perform that action at this time.
0 commit comments