this.createusers.push({
something: yourValue,
anotherSomething: yourSecondValue,
nestedSomething: [{ nested: yourNestedValue, anotherNested: anotherNestedValue}]
});
↧
Add data to nested JSON object file
↧