mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-21 19:28:27 +00:00
Support all JSON escape codes (including \u) for parsing & text gen.
Bug: 16624362 Change-Id: Ia09ea404c0c11dd1dc6993a8cbd155bf8152b65f Tested: on Windows & Linux.
This commit is contained in:
@@ -276,6 +276,7 @@ class Parser {
|
||||
void MarkGenerated();
|
||||
|
||||
private:
|
||||
int64_t ParseHexNum(int nibbles);
|
||||
void Next();
|
||||
bool IsNext(int t);
|
||||
void Expect(int t);
|
||||
|
||||
Reference in New Issue
Block a user