Sort JSON Array
Sort a JSON array by a value selected with a JSON Pointer.
Convert in your browser · No sign-up
How to use
- Sort a JSON array by a value selected with a JSON Pointer.
- Choose the mode or options, then run the tool.
- Review the result, then copy or download the TXT file.
Example
[{"n":10},{"n":2}] /n → [{"n":2},{"n":10}]Details and limitations
All selected values must exist and share the same number or string type. Strings use English natural order; equal values retain their order.
Text stays in your browser; it is not sent to a conversion server.
FAQ
Sort JSON Array — What are the supported inputs and limits?
All selected values must exist and share the same number or string type. Strings use English natural order; equal values retain their order.
Related tools
Format references
Tool page updated: