Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

kessler/node-json-explorer

Repository files navigation

json explorer [ABANDONED]

SUPER ALPHA!

an initial attempt at building a "streaming" json object explorer

try it out

	// tree layout is default
	cat my.json | node index 

or

	cat my.json | node index --layout force

develop

server

just hack at index.js and JsonObjectStream mostly

client

	browserify clientIndex.js -o clientIndex.min.js

client code sits in lib/client

TODO:

  • add zoom and panning
  • make force layout collapsible
  • refresh isn't working properly
  • shutdown button in browser will shut down the server
  • better hover box
  • labels should move according to circle size
  • maybe replaces circles with something more meaningful

force tree

About

explore json objects in your browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published