Online JSON Toolkit
Roadmap
We're excited to share the ongoing evolution of our Online JSON Toolkit. As we grow, we're committed to delivering even more exciting updates to enhance your experience. Stay tuned for what's next - the best is yet to come!
Workspace
- ✅ Save JSON source types (JSON, XML, Base64).
- 🔲 Move a query set to another collection/folder.
- 🔲 Save as the current query kit.
- 🔲 Rename collections.
- 🔲 Create and delete collections.
JSON Zone
- ✅ Enable drag-and-drop functionality for files in the JSON zone.
- ✅ Highlight the current query: On the left side, whenever a user clicks a path that exists on the right side, highlight it.
- 🔲 Show all occurrences: On the left side, if a user clicks on
[0].process.status
, highlight all occurrences of[*].process.status
. - 🔲 Fix performance issue on rendering large search results.
XML
- ✅ Enhance the detection of plural keys. Currently, it detects all words ending with 's'.
Query
- ✅ Add support for JSONPath syntax, including queries with wildcards, but do not support path extraction for complex queries at this time.
- 🔲 Add support for extracting JSON paths from complex query results.
- 🔲 Extract jq commands: Allow queries to be converted into jq commands.
- ✅ Rearrange query positions.