Skip to content

baguse/json-query-tools

Repository files navigation

JSON Tools with History

Run JavaScript directly on JSON files in VS Code.

Features

  • Transform JSON with any JS expression (Array methods, reduce, etc.).
  • Save expressions in persistent history.
  • Open history panel to re-run or edit old expressions.

Docs

Documentation [1] Current Active Editor. [2] Rebind to Current Editor: Rebind the current editor as the active editor. [3] The Script Editor: Write your JS expression here. The JSON content of the active editor is available as the variable data. [4] Run: Run the expression in the script editor. [5] Save to History: Save the current expression to history without running it. [6] Clear Editor: Clear the script editor. [7] Copy Result to Clipboard: Copy the result to clipboard. [8] Result Viewer: View the result of the last executed expression. [9] History Panel: The history panel to use, run or delete old expressions. [10] Use: Use the selected history item in the script editor. [11] Run: Run the selected history item. [12] Delete: Delete the selected history item.

Demo

Demo

Contributing

If you want to contribute kindly to create a PR and if you want to request a feature or report of a bug kindly create the Issue

Buy me a coffee

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published