features/json_parsing.feature in son_jay-0.4.0 vs features/json_parsing.feature in son_jay-0.4.1
- old
+ new
@@ -252,7 +252,7 @@
When the JSON is parsed to a model instance as:
"""
instance = SimpleObjectModel.parse_json( json )
"""
Then the instance attributes and indexed properties are as follows:
- | id | name | ['published'] | ['featured'] |
- | 55 | "Polygon" | true | false |
+ | id | name | ['id'] | ['name'] | ['published'] | ['featured'] |
+ | 55 | "Polygon" | 55 | "Polygon" | true | false |