Changelog
main
v0.4.0
- Colourise json/ruby output
- Remove trailing comma from arrays and hashes in the Ruby output format
v0.3.0
- Rename project to
rj
- New syntax for navigating objects:
.data.id
instead of["data"]["id"]
- Add
-r
option that’s the same as-o plain
v0.2.0
- Add
-c
option for emitting compact JSON - Add
-o
option for specifying the output format, e.g.-o ruby
or-o plain
(defaults to-o json
)
v0.1.0
- Initial release