You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to deal with fields names with period or hyphen must use single quotes like this
JSPath("$..'a-bc'").parse(data)
# but we can't filter like thisJSPath("$.user-list'[@.'city-name'=='Austin'")
# nor JSPath('$.user-list'[@."city-name"=="Austin"')
I guess that field names must be enclosed with `
to avoid problems
The text was updated successfully, but these errors were encountered:
to deal with fields names with period or hyphen must use single quotes like this
I guess that field names must be enclosed with `
to avoid problems
The text was updated successfully, but these errors were encountered: