marianoguerra / json.human.js

Convert JSON to human readable HTML
http://marianoguerra.github.io/json.human.js/
975 stars 79 forks source link

Customize Boolean Display #27

Closed VikramN closed 9 years ago

VikramN commented 9 years ago

Fix for Issue #3

Users can display bool as text, image or both They can customize the text display for true & false as well

Things changed

Added default icons for true false Modified CSS a bit, users can customize true & false font color Used google font to prettify the output Updated demo page Users can play with options in demo page as well

TODO

Please update the demo page [http://marianoguerra.github.io/json.human.js/]

marianoguerra commented 9 years ago

thanks!