artyyouth

↗ HN profile [ 10.3 ms ] full profile
Karma
1
Created
December 16, 2011 (14y ago)
Submissions
0
http://www.artyyouth.com
  1. * What is "native JSON support"? - The "JSON" object. - "JSON.parse()" function which parse a JS object into JSON string. - "JSON.stringify()" function which generate a JS object from a JSON string. * Why? -…