mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-09 09:48:04 +02:00
lua: json: allow keys inside objects to be without quotes
This commit is contained in:
parent
6eed30cf77
commit
0bc6ca6a2d
1 changed files with 0 additions and 1 deletions
|
|
@ -145,7 +145,6 @@ push_luajson (lua_State *L, WpSpaJson *json)
|
|||
WpSpaJson *key = g_value_get_boxed (&item);
|
||||
g_autofree gchar *key_str = NULL;
|
||||
WpSpaJson *value = NULL;
|
||||
g_warn_if_fail (wp_spa_json_is_string (key));
|
||||
key_str = wp_spa_json_parse_string (key);
|
||||
g_warn_if_fail (key_str);
|
||||
g_value_unset (&item);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue