angular-json-human
angular-json-human copied to clipboard
Angular Json Formatting for Human Beings (inspired by https://github.com/marianoguerra/json.human.js)
I need to implement this in Angular 2x. How can we use it?
I have this json content, and it causes a very strange output from [demo viewer](http://brianpark.ca/projects/angular_json_human/demo/). ``` json { "@context": "http://purl.imsglobal.org/ctx/caliper/v1/Context", "@type": "http://purl.imsglobal.org/caliper/v1/AssessmentEvent", "action": "http://purl.imsglobal.org/vocab/caliper/v1/action#Started" } ``` Ironically, this issue is...
You mention that lodash is needed but your example code did not include the import. If you forget to import it, the parser goes into an infinite loop producing errors...