| 661 | bool FLEncoder_WriteKey(FLEncoder e, FLSlice s) FLAPI {ENCODER_TRY(e, writeKey(s));} |
| 662 | bool FLEncoder_WriteKeyValue(FLEncoder e, FLValue key) FLAPI {ENCODER_TRY(e, writeKey(key));} |
| 663 | bool FLEncoder_EndDict(FLEncoder e) FLAPI {ENCODER_TRY(e, endDictionary());} |
| 664 | |
| 665 | |
| 666 | bool FLEncoder_ConvertJSON(FLEncoder e, FLSlice json) FLAPI { |