if dict are part of list, get_all_keys fails #19

Closed
opened 2019-05-13 01:44:05 -04:00 by russellballestrini · 2 comments
russellballestrini commented 2019-05-13 01:44:05 -04:00 (Migrated from git2.unturf.com)

Created by: anilfunde

Example -
[
{
"listings": [
{
"name": "title",
"postcode": "postcode",
"full_address": "fulladdress",
"city": "city",
"lat": "latitude",
"lng": "longitude"
}
]
}
]

  • get_all_keys fails here
*Created by: anilfunde* Example - [ { "listings": [ { "name": "title", "postcode": "postcode", "full_address": "fulladdress", "city": "city", "lat": "latitude", "lng": "longitude" } ] } ] - get_all_keys fails here
russellballestrini commented 2019-05-13 03:37:57 -04:00 (Migrated from git2.unturf.com)

Created by: rameshrvr

Hi @anilfunde,
This issue has been fixed in PR #20. Please close this once you verified it in released build (0.2.14).

*Created by: rameshrvr* Hi @anilfunde, This issue has been fixed in PR #20. Please close this once you verified it in released build (0.2.14).
russellballestrini commented 2019-05-13 07:20:47 -04:00 (Migrated from git2.unturf.com)

Created by: russellballestrini

The fix was merged. Closing issue

*Created by: russellballestrini* The fix was merged. Closing issue
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: python/nested-lookup#19
No description provided.