https://github.com/kasseltrankos/funcpine
Visual JSON searcher
https://github.com/kasseltrankos/funcpine
browserify d3js ecmascript6 json vuejs2
Last synced: 4 months ago
JSON representation
Visual JSON searcher
- Host: GitHub
- URL: https://github.com/kasseltrankos/funcpine
- Owner: kasselTrankos
- Created: 2017-07-03T14:24:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T07:42:35.000Z (almost 9 years ago)
- Last Synced: 2025-02-25T21:16:44.379Z (over 1 year ago)
- Topics: browserify, d3js, ecmascript6, json, vuejs2
- Language: Vue
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# (functional) pine
This is a little JSON searcher, and viewer results into a d3 tree.
```npm
npm i
npm start
```
The application will run in [http://localhost:9001](http://localhost:9001)
The input is for searc last definition basic, type String or Object.
For example in this portition of json:
```json
"id":"a",
"buscar":{
"result": "alto",
"demo":[
{"id":1}
]
```
Ypou'll can search "1", or "alto", not Object name or Array position.
And look at the result shown.
Then in the input write your match and it match then redraw the tree with the path.
The json loaded is in /demo/file.json, and you can change content for any other json code.
Make rollover in header for show the form that's load diferent JSON, from local or online.