Skip to content

rcrowley/json.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json.sh

Pure-shell JSON parser.

Installation

make && sudo make install

Usage

From the command-line:

json.sh <"tests/object-complex.json"

As a library:

. "lib/json.sh"
json <"tests/object-complex.json"

TODO

  • Support for backspace, form feed, newline, and carriage return escapes.
  • Support for Unicode characters specified by their codepoints: \uXXXX.

TODONE

  • Arrays.
  • Booleans.
  • Objects.
  • null.
  • Numbers.
    • Floating-point.
    • Negative.
    • Scientific notation.
  • Strings.

License

json.sh is BSD-licensed.

About

Pure-shell JSON parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages