Rake task to build website including source dist and binaries.
4 files changed
tree: 2ce3069f0c6de9122ed8e5ce3a3e06da95c10227
  1. build/
  2. config/
  3. docs/
  4. scripts/
  5. tests/
  6. .gitattributes
  7. .gitignore
  8. aclocal.m4
  9. AUTHORS
  10. builtin.c
  11. builtin.h
  12. bytecode.c
  13. bytecode.h
  14. compile.c
  15. compile.h
  16. config.h.in
  17. configure
  18. configure.ac
  19. COPYING
  20. execute.c
  21. execute.h
  22. forkable_stack.h
  23. frame_layout.h
  24. gen_utf8_tables.py
  25. jq.1.default
  26. jq.spec
  27. jq_parser.h
  28. jq_test.c
  29. jv.c
  30. jv.h
  31. jv_alloc.c
  32. jv_alloc.h
  33. jv_aux.c
  34. jv_aux.h
  35. jv_dtoa.c
  36. jv_dtoa.h
  37. jv_parse.c
  38. jv_parse.h
  39. jv_print.c
  40. jv_unicode.c
  41. jv_unicode.h
  42. jv_utf8_tables.h
  43. lexer.l
  44. locfile.h
  45. main.c
  46. Makefile.am
  47. Makefile.in
  48. opcode.c
  49. opcode.h
  50. opcode_list.h
  51. parser.y
  52. README.md
  53. setup.sh
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