Campoie / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

Automatically escape JSON attributes starting with @ #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
E.g. this should work: 

expect("body.@id").

instead of

expect("body.'@id'").

Original issue reported on code.google.com by johan.ha...@gmail.com on 13 Dec 2011 at 11:44

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 13 Dec 2011 at 1:05