Im using JSON node like ##, and the validators which im checking out are, http://jsonformatter.curiousconcept.com and http://jsonlint.com . when i paste the node in url path its giving me the results as it is mentioned in the backend. but when i provide this in validator, i have caught up with these invalid node result.
I'm not quite sure what the problem is - what messages are you getting that results are invalid? Could you ellaborate a bit more or perhaps add some screenshots?
JSON nodes are not passing on validator?
Im using JSON node like ##, and the validators which im checking out are, http://jsonformatter.curiousconcept.com and http://jsonlint.com . when i paste the node in url path its giving me the results as it is mentioned in the backend. but when i provide this in validator, i have caught up with these invalid node result.
Hi Jessi and welcome to our :)
I'm not quite sure what the problem is - what messages are you getting that results are invalid? Could you ellaborate a bit more or perhaps add some screenshots?
Looking forward to hearing from you.
/Jan
Yes sure, I have attached the screenshots of the errors which got it from 2 different validators.
When i paste the content to validate, it gives an error /Invalid results of JSON Node. I'm awaiting for your reply,
Thanks in advance,
Jessi
Hi Jessi
Thanks for the screendumps - so how are you generating the JSON? If possible please add some code samples.
Cheers, Jan
Hi Jessi,
It looks like you need to escape the HTML content of some fields.
If you're using an XSLT package you probably just need to find a line looking something like this:
— and then you need to add an attribute:
/Chriztian
is working on a reply...