JSON from WebService - help !!

JSON from WebService - help !!

sergi_carrerassergi_carreras Posts: 1Questions: 0Answers: 0
edited March 2010 in General
Hello, I like to load the result of a Webservice (json) in a DataTable.
I have tried various ways, but none has worked.

http://www.authenticjobs.com/api/?api_key=a9bd46b2ffde2cdac027b475458afb2f&method=aj.jobs.getlocations&format=json

What would be the easiest way?

Thank you very much for DataTables!

Best regards,

Sergi.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    You need to convert the JSON from Authentic Jobs, into the 2D array expected by DataTables. http://datatables.net/examples/examples_support/json_source.txt

    Allan
This discussion has been closed.