We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc4255 commit be5bebbCopy full SHA for be5bebb
1 file changed
docs/index.md
@@ -34,7 +34,7 @@ Analyzes JSON structure and returns detailed metadata.
34
35
**Parameters:**
36
37
-- `data` (dict|list|any): JSON data to analyze
+- `data (dict|list|any)`: JSON data to analyze
38
39
**Returns:**
40
@@ -276,7 +276,7 @@ Generate code from analyzer output.
276
277
- `analyzer_result`: Output from `analyze_json()`
278
- `language` (str): Target language
279
-- `config` (GeneratorConfig|dict|str): Configuration
+- `config (GeneratorConfig|dict|str)`: Configuration
280
- `root_name` (str): Name for root schema
281
282
0 commit comments