enhanced the json writer to inject {} or [] manually when the outermost enclosers are not found

This commit is contained in:
2018-01-15 09:20:28 +00:00
parent fa21cef920
commit 5d71710b18
4 changed files with 44 additions and 9 deletions

View File

@ -30,7 +30,7 @@
#include <qse/types.h>
#include <qse/macros.h>
/** @file
/** \file
* This file defines functions and data structures to process
* command-line arguments.
*/