I have a Javascript object that looks like this.
ips[ipID] = {}
So I end up with a bunch of ips that need to store information that will look li
Solution For JSON Object:
By default:
array=[]; object={};
JSON Code:
var People= {}; Json.People[key]="value";
JSON Result:
{People: { key: "value" } }