if dict are part of list, get_all_keys fails #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: anilfunde
Example -
[
{
"listings": [
{
"name": "title",
"postcode": "postcode",
"full_address": "fulladdress",
"city": "city",
"lat": "latitude",
"lng": "longitude"
}
]
}
]
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: russellballestrini
The fix was merged. Closing issue