Allow specifying whether top level elements should be comma separated
This commit is contained in:
parent
0a0a6d918d
commit
e2ba1175db
10 changed files with 310 additions and 8 deletions
|
|
@ -15,7 +15,7 @@ void setUp()
|
|||
tmp = tmpfile();
|
||||
TEST_ASSERT_NOT_NULL(tmp);
|
||||
|
||||
json = json_init(tmp, INDENT_TAB);
|
||||
json = json_init(tmp, INDENT_TAB, false);
|
||||
}
|
||||
|
||||
void tearDown()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue