Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Get Keys Of JSON As Array

var j = {a:"aaaaaa", b:"bbbbbb", c:"cccccc"}
console.log(Object.keys(j))
 
PREVIOUS NEXT
Tagged: #Get #Keys #Of #JSON #As #Array
ADD COMMENT
Topic
Name
2+3 =