Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

JSON Server

const myObj = {name: "John", age: 31, city: "New York"};
const myJSON = JSON.stringify(myObj);
window.location = "demo_json.php?x=" + myJSON;
Source by github.com #
 
PREVIOUS NEXT
Tagged: #JSON #Server
ADD COMMENT
Topic
Name
6+3 =