We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267227d commit 2f5a112Copy full SHA for 2f5a112
README.md
@@ -155,7 +155,7 @@ of ```json_value``` pointers. See the json_example.f90 file for more examples.
155
call json_initialize()
156
157
! initialize the structure:
158
- call json_create_object(p)
+ call json_create_object(p,'')
159
160
! add an "inputs" object to the structure:
161
call json_create_object(inp,'inputs')
@@ -186,9 +186,9 @@ The code above produces the file:
186
```Python
187
{
188
"inputs": {
189
- "t0": 0.1000000000000000E+000,
190
- "tf": 0.1100000000000000E+001,
191
- "x0": 0.9999000000000000E+004,
+ "t0": 0.1E+0,
+ "tf": 0.11E+1,
+ "x0": 0.9999E+4,
192
"integer_scalar": 787,
193
"integer_array": [
194
2,
0 commit comments