jq release 1.2
Version 1.2!
2 files changed
tree: b2d004e2873e6477980d8ad5706fa470544eddb6
  1. docs/
  2. .gitattributes
  3. .gitignore
  4. builtin.c
  5. builtin.h
  6. bytecode.c
  7. bytecode.h
  8. compile.c
  9. compile.h
  10. COPYING
  11. execute.c
  12. execute.h
  13. forkable_stack.h
  14. frame_layout.h
  15. gen_utf8_tables.py
  16. jq_test.c
  17. jv.c
  18. jv.h
  19. jv_alloc.c
  20. jv_alloc.h
  21. jv_aux.c
  22. jv_aux.h
  23. jv_dtoa.c
  24. jv_dtoa.h
  25. jv_parse.c
  26. jv_parse.h
  27. jv_print.c
  28. jv_unicode.c
  29. jv_unicode.h
  30. lexer.l
  31. locfile.h
  32. main.c
  33. Makefile
  34. opcode.c
  35. opcode.h
  36. opcode_list.h
  37. parser.h
  38. parser.y
  39. README.md
  40. testdata
  41. 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