| 2841 | } |
| 2842 | |
| 2843 | LUALIB_API const char *(luaL_tojsonstring)(lua_State *L, int idx, size_t *len) |
| 2844 | { |
| 2845 | std::list<const void*> jsons; |
| 2846 | return tojsonstring_with_nested(L, idx, len, jsons); |
| 2847 | } |
| 2848 | |
| 2849 | |
| 2850 | /* |
nothing calls this directly
no test coverage detected