#include "stream.h"
#include "internal/stack.h"
#include "internal/strfunc.h"
#include "internal/dtoa.h"
#include "internal/itoa.h"
#include "stringbuffer.h"
#include <new>
Go to the source code of this file.
|
#define | RAPIDJSON_WRITE_DEFAULT_FLAGS kWriteNoFlags |
|
#define | Z16 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 |
|
◆ RAPIDJSON_WRITE_DEFAULT_FLAGS
◆ Z16
#define Z16 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 |
◆ WriteFlag
Combination of writeFlags.
Enumerator |
---|
kWriteNoFlags | No flags are set.
|
kWriteValidateEncodingFlag | Validate encoding of JSON strings.
|
kWriteNanAndInfFlag | Allow writing of Infinity, -Infinity and NaN.
|
kWriteDefaultFlags | Default write flags. Can be customized by defining RAPIDJSON_WRITE_DEFAULT_FLAGS.
|