| 719 | } |
| 720 | |
| 721 | static void lua_save_data_write_root_table(lua_State *L, int i, StringStream &sjson) |
| 722 | { |
| 723 | lua_save_data_write_table(L, i, sjson, 0, true, false); |
| 724 | } |
| 725 | |
| 726 | static bool lua_save_data_push_sjson_value(lua_State *L, const char *value, bool &error); |
| 727 | static bool lua_save_data_push_sjson_object(lua_State *L, const char *value, bool &error, bool force_regular); |
no test coverage detected