We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c6c24 commit a9de08eCopy full SHA for a9de08e
src/tests/jf_test_50.F90
@@ -31,6 +31,12 @@ subroutine test_50(error_cnt)
31
type(json_core) :: json
32
type(json_value),pointer :: p
33
34
+ write(error_unit,'(A)') ''
35
+ write(error_unit,'(A)') '================================='
36
+ write(error_unit,'(A)') ' EXAMPLE 50'
37
38
39
+
40
call json%initialize(compress_vectors = .true.) ! so it will print each col on one line
41
42
call json%create_object(p,'') !create the root
0 commit comments