|
|
|
|
|
by sktrdie
4698 days ago
|
|
This is a horrible hack. You should use JSON-LD [1] to describe the fields of your JSON. It's a W3C standard! Also, it's not defined in the JSON standard in which order an implementation needs to parse the JSON fields/keys. So you could end up with potentially wrong results! 1. http://json-ld.org/ |
|