angular-json-human
angular-json-human copied to clipboard
Viewer does not like properties that start with "@"
I have this json content, and it causes a very strange output from demo viewer.
{
"@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 not present in the current json.human.js project
Thanks for reporting @oravecz. I think someone else brought up the same issue before but I couldn't figure it out. I would welcome a PR if you know how to fix it! =D
Also, this project is inspired by json.human.js
but it's not a direct port or anything so the bugs in this project are irrelevant to the bugs in json.human.js
.