1234567891011 |
- {
- "title": "JsonModulesPluginGeneratorOptions",
- "type": "object",
- "additionalProperties": false,
- "properties": {
- "JSONParse": {
- "description": "Use `JSON.parse` when the JSON string is longer than 20 characters.",
- "type": "boolean"
- }
- }
- }
|