Fixed key names of flattened structure

This commit is contained in:
Tim Perevezentsev
2012-05-16 00:07:43 +04:00
parent 446905a2b0
commit 5c2d672557

View File

@@ -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',