- splatnet3_scraper.query.QueryResponse.keys()
Returns a list of keys in the data. If the top level of the data is a list, this method will return a list of integers from
0to the length of the list.- Returns:¶
list[str | int] – The keys in the data.
Returns a list of keys in the data. If the top level of the data is
a list, this method will return a list of integers from 0 to the
length of the list.
list[str | int] – The keys in the data.