Fixed key names of flattened structure
This commit is contained in:
@@ -78,11 +78,11 @@ The resulting flattened structure would look like this:
|
||||
'friends.0.rank': 1,
|
||||
'friends.0.name': 'jim',
|
||||
'friends.1.rank': 2,
|
||||
'friends.1.rank': 'bob',
|
||||
'friends.1.name': 'bob',
|
||||
'friends.2.rank': 3,
|
||||
'friends.2.rank': 'joe',
|
||||
'friends.2.name': 'joe',
|
||||
'friends.3.rank': 4,
|
||||
'friends.3.rank': 'fred',
|
||||
'friends.3.name': 'fred',
|
||||
'phones.0.location': 'home',
|
||||
'phones.0.number': '555-1212',
|
||||
'phones.1.location': 'work',
|
||||
|
Reference in New Issue
Block a user