MCPcopy Create free account
hub / github.com/defold/defold / JsonToLua

Function JsonToLua

engine/script/src/script_json.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 int JsonToLua(lua_State* L, const char* json, size_t json_len)
74 {
75 return JsonToLuaInternal(L, 2, json, json_len, 0);
76 }
77
78 int JsonToLua(lua_State* L, int options_index, const char* json, size_t json_len)
79 {

Callers 1

TEST_FFunction · 0.85

Calls 1

JsonToLuaInternalFunction · 0.85

Tested by 1

TEST_FFunction · 0.68