File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1015,7 +1015,7 @@ json_explorer data.json --generate python --field-case pascal
10151015
10161016### Best Practices
10171017
1018- 1 . ** Always handle file loading errors** :
1018+ #### 1. ** Always handle file loading errors** :
10191019
10201020``` python
10211021try :
@@ -1027,7 +1027,7 @@ except JSONLoaderError as e:
10271027 print (f " JSON loading error: { e} " )
10281028```
10291029
1030- 2 . ** Check generation results** :
1030+ #### 2. ** Check generation results** :
10311031
10321032``` python
10331033result = generate_from_analysis(analysis, " go" , config)
@@ -1037,7 +1037,7 @@ if not result.success:
10371037 raise result.exception
10381038```
10391039
1040- 3 . ** Validate configurations** :
1040+ #### 3. ** Validate configurations** :
10411041
10421042``` python
10431043from json_explorer.codegen import load_config
You can’t perform that action at this time.
0 commit comments