{ } Generator Public

{ } JSON #9776

Basic Object with Name and ID

A simple JSON object demonstrating two fundamental fields: 'name' as a string and 'id' as an integer. This structure is commonly used for basic entity representation.

{ } Object ✓ Valid
{
    "name": "Example Item",
    "id": 12345
}
Prompt: Field include:- name: value is string- id: value is integer