a react json path picker, based on json-path-picker
npm install react-json-path-pickernpm install --save-dev react-json-path-pickerYou need webpack to pack it in your app, and use style-loader and css-loader to ensure the component's style work.
onChoosePath = (path)=> {...}
`
tips
if you have a json string like '[{"x":1}, {"x":2}, {"x":3}]', you can click '"x":1' and then click button before'[', and then you have choosed three x attr in array and finally get path string '[*].x'
dev
For development: npm run dev`