Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

convert class object to json node js

var j = {
  "name": "binchen"
};
console.log(JSON.stringify(j));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #convert #class #object #json #node #js
ADD COMMENT
Topic
Name
3+4 =