Templates
An easy way to keep your JSON records similar!
Make a new Template
Parameters
Name
About
Type
Required
template
The object to base the new Template on.
Object
Use Template
Parameters
The parameters of this function are what will be set to the value of the keys in order.
Example: the parameterJohn
will be the value of name
since they are both in the second position.
Full code example
Last updated