JSON
JavaScript Object Notation ..
JSON
{
"customer": {
"id": 1001,
"name": "John Doe",
"email": "[email protected]",
"active": true
}
}Name
Path
Type
Last updated
Was this helpful?
JavaScript Object Notation ..
{
"customer": {
"id": 1001,
"name": "John Doe",
"email": "[email protected]",
"active": true
}
}Last updated
Was this helpful?
Was this helpful?