{ } 生成器 公开

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