jq release 1.1
Version number tracking.
4 files changed
tree: 50b670b4a4537f67feb3255107d34bc9949d5b52
  1. docs/
  2. .gitignore
  3. builtin.c
  4. builtin.h
  5. bytecode.c
  6. bytecode.h
  7. compile.c
  8. compile.h
  9. COPYING
  10. execute.c
  11. execute.h
  12. forkable_stack.h
  13. frame_layout.h
  14. gen_utf8_tables.py
  15. jq_test.c
  16. jv.c
  17. jv.h
  18. jv_dtoa.c
  19. jv_dtoa.h
  20. jv_parse.c
  21. jv_parse.h
  22. jv_print.c
  23. jv_unicode.c
  24. jv_unicode.h
  25. jv_utf8_tables.gen.h
  26. lexer.gen.c
  27. lexer.gen.h
  28. lexer.l
  29. locfile.h
  30. main.c
  31. Makefile
  32. opcode.c
  33. opcode.h
  34. opcode_list.h
  35. parser.gen.c
  36. parser.gen.h
  37. parser.gen.info
  38. parser.h
  39. parser.y
  40. README.md
  41. testdata
  42. VERSION
README.md

jq

jq is a command-line JSON processor.

If you want to learn to use jq, read the documentation at http://stedolan.github.com/jq. This documentation is generated from the docs/ folder of this repository.

If you want to hack on jq, feel free, but be warned that its internals are not well-documented at the moment. Bring a hard hat and a shovel.

You can find some basic build instructions at http://stedolan.github.com/jq/download