JSON Query
macOS / developpeurs
The first app for OS X that allows you to query JSON data structures. Use the simple search syntax to perform a lookup by key or value, or drill into the data with literals (square brackets for arrays and dots for dictionaries)
- Grab JSON from API's (with the ability to set HTTP headers and body)
Documentation: http://json-query-documentation.rtfd.org/
Quoi de neuf dans la dernière version ?
A lull before the storm: a minor update before a major update
JSON Query now has documentation: http://json-query-documentation.rtfd.org/
Super keyboard shortcuts:
- CMD + R: Reload URL
- CMD + SHIFT + Y: Show/Hide debug area
- CMD + N: New window
Accessibility:
- Drag and drop JSON files directly into the left pane
- Choose your own font for JSON and query result panes
- Use CMD + or CMD - to increase or decrease font size
Fixes:
- Removed escaping backslashes, making URL’s in JSON easier to use