{ } 생성기 공개

{ } 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.

{ } 오브젝트 ✓ 유효함
{
    "name": "Example Item",
    "id": 12345
}
프롬프트: Field include:- name: value is string- id: value is integer