Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

This is the JSON


y = {};
 y.x =  "xxxxxxxxxxx";

y.yy = function(){return this;}
console.log(y.yy());
/*this is the y json itself*/
 
PREVIOUS NEXT
Tagged: #This #JSON
ADD COMMENT
Topic
Name
5+4 =