getjsonkeysandvalues - Get Keys and Values from JSON Object
Returns two arrays. One containing the keys and on containing the values of the object.
json
object
JSON object
Example:
{
"foundation": "Mozilla",
"model": "box",
"week": 45,
"transport": "car",
"month": 7
}
jsonString
string
Stringified JSON
Example:
{"foundation":"Mozilla","model":"box","week":45,"transport":"car","month":7}