Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

print json object

ObjectMapper mapper = new ObjectMapper();
System.out.println(mapper.writerWithDefaultPrettyPrinter().writeValueAsString(jsonObject))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #print #json #object
ADD COMMENT
Topic
Name
6+9 =