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 cfa2fae commit 493cba9Copy full SHA for 493cba9
src/json_example.f90
@@ -146,16 +146,16 @@ subroutine test_7()
146
call json_add(c,'val1', 1066)
147
call json_create_object(d,'d')
148
call json_add(d,'val2', 1815)
149
-
150
- call json_create_array(e,'array') !objects in an array
+
+ call json_create_array(e,'array') !objects in an array
151
call json_create_object(e1,'')
152
call json_add(e1,'int1', 1)
153
call json_create_object(e2,'')
154
call json_add(e2,'int1', 1)
155
call json_add(e2,'int2', 2)
156
call json_add(e,e1)
157
call json_add(e,e2)
158
159
call json_add(root,a)
160
call json_add(root,b)
161
call json_add(b,c)
0 commit comments