settings: add APIs to parse all types safely

This commit is contained in:
Julian Bouzas
2022-08-27 09:44:17 -04:00
parent a060c6a130
commit a77fe0b021
7 changed files with 361 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ spa_json_is_object (lua_State *L)
return 1;
}
static void
void
push_luajson (lua_State *L, WpSpaJson *json)
{
/* Null */