special characters in datatable

special characters in datatable

harivigneshharivignesh Posts: 13Questions: 0Answers: 0
edited February 2013 in General
i am loading data from a text file. the slashes in the file are not getting loaded.it shows json formatting error. how to display the slashes?

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    Make the JSON valid if you are getting a JSON validation error :-). Use http://jsonlint.com to check if your JSON is valid or not.

    Allan
  • harivigneshharivignesh Posts: 13Questions: 0Answers: 0
    Thanks for the quick reply. got it fixed by using an slash in the front.
This discussion has been closed.