development tool

json path extraction

Press the object key and array subscript to extract the json data, and the output result is for copy and download.

json path extraction User manual

  1. Fill in the parameters or select the file according to the form, and check the unit and format first.
  2. Enter {"users":[{"name":"Xiaowang"}]}, the path users[0].name.
  3. Click the processing button to view the results, you can copy or download and save.

Calculation method and processing rules

Support A.B[0] and ["With point key name"] path, only access its own fields, and do not execute expressions.

scope of use

Not full JSONPath, wildcards, filters or scripts are not supported.

How to extract key names with dots?

Use square brackets and double quotes, such as [A.B"]. Ordinary nested paths can write Users[0].name, and $ represents the root node. Wildcards, filter expressions, or scripts are not supported, and properties in object prototypes are not read.

Will the input content be saved on the server?

This tool handles input in the browser, and does not upload files or form content. Typing practice scores are only saved in the native browser.

Why may the result be different from other tools?

Not full JSONPath, wildcards, filters or scripts are not supported. Please compare the input unit, rounding method, applicable rules and data version first.