JSON
Make a new Template
Set any value to required
to require that value to be set.
Parameter
About
Type
Required
template
The object to base the new Template on.
Object
Use Template
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
json_template.js
Last updated