• Hi, I am using this code to send to data to a page on my site:
    var JSON_DESTINATION_URL = ‘http://rpssolar.com/?p=1853’;

    function sendJson_(json) {
    var options = {
    “contentType”:”application/json”,
    “method” : “post”,
    “payload” : json
    };

    but nothing is appearing. I have activated the JSON data shotcode plugin.
    What is the best way to view the incoming JSON?

    Thx…

The topic ‘JSON not Importing’ is closed to new replies.