Type: object
Attribute | Type | Description |
---|---|---|
snippet | string | The code snippet |
language | Language (Optional) | - |
Example
{
"snippet": "<div>Hello World</div>",
"language": "html"
}
Type: object
Attribute | Type | Description |
---|---|---|
snippet | string | The code snippet |
language | Language (Optional) | - |
{
"snippet": "<div>Hello World</div>",
"language": "html"
}