{ } Generator Public

{ } JSON #9775

Basic Item Structure

This JSON object defines a simple item with a unique integer ID and a string name.

{ } Object ✓ Valid
{
    "name": "Sample Item A",
    "id": 101
}
Prompt: Field include:- name: value is string- id: value is integer