Json.human.js: Json Formatting for Human Beings
marianoguerra.github.io
Json.human.js: Json Formatting for Human Beings
1–10 of 71 posts
Re: Json.human.js: Json Formatting for Human Beings
#2Re: Json.human.js: Json Formatting for Human Beings
#3Re: Json.human.js: Json Formatting for Human Beings
#4This is great! And nicely written--it would be very easy to modify this to format things differently. Eventually, it would be cool to have the conversion go both ways. That way it could be incorporated in a CMS (arbitrary structured content being passed around as JSON but displayed and edited in HTML).
the next next step would be to provide in place edition with validation :)
Re: Json.human.js: Json Formatting for Human Beings
#5Where do you see this being used?
[1] http://krumo.sourceforge.net/
[2] https://chrome.google.com/webstore/detail/prettyprint/nipdlg...
Re: Json.human.js: Json Formatting for Human Beings
#6Re: Json.human.js: Json Formatting for Human Beings
#7author here: let me know if you have any questions
Re: Json.human.js: Json Formatting for Human Beings
#8I can understand the usefulness of things like Krumo[1] for PHP but I am struggling to understand the use-case for this. With a language like PHP you don't have direct manipulation abilities (without debugging using an extension) so it makes sense that you need to format the data before you send it to the client but with JS you have the ability to inspect the JS directly. Also I think JSON (with spaces/indentions/lin…
until now I was using a pretty printer but the result was too "technical" for non programmers to see (at least that's my opinion).
Re: Json.human.js: Json Formatting for Human Beings
#9Re: Json.human.js: Json Formatting for Human Beings
#10s/loosing/losing/