Merge pull request #53 from riffm/patch-1

Fixed key names of flattened structure (in docs)
This commit is contained in:
Chris McDonough
2012-05-15 13:11:28 -07:00

View File

@@ -78,11 +78,11 @@ The resulting flattened structure would look like this:
'friends.0.rank': 1, 'friends.0.rank': 1,
'friends.0.name': 'jim', 'friends.0.name': 'jim',
'friends.1.rank': 2, 'friends.1.rank': 2,
'friends.1.rank': 'bob', 'friends.1.name': 'bob',
'friends.2.rank': 3, 'friends.2.rank': 3,
'friends.2.rank': 'joe', 'friends.2.name': 'joe',
'friends.3.rank': 4, 'friends.3.rank': 4,
'friends.3.rank': 'fred', 'friends.3.name': 'fred',
'phones.0.location': 'home', 'phones.0.location': 'home',
'phones.0.number': '555-1212', 'phones.0.number': '555-1212',
'phones.1.location': 'work', 'phones.1.location': 'work',