| 533 | public: |
| 534 | JSONEncoder() :Encoder(kFLEncodeJSON) { } |
| 535 | inline bool writeRaw(slice raw) {return FLEncoder_WriteRaw(_enc, raw);} |
| 536 | }; |
| 537 | |
| 538 | /** Subclass of Encoder that generates JSON5 (an variant of JSON with cleaner syntax.) */ |
nothing calls this directly
no test coverage detected