kastnermario / yaml-cpp

Automatically exported from code.google.com/p/yaml-cpp
MIT License
0 stars 0 forks source link

"null" (without quotes) should be deserialized as null #183

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The plain scalar "null" (no quotes) designates null, not the scalar "null", and 
should be deserialized as such.

Original issue reported on code.google.com by jbe...@gmail.com on 15 Jan 2013 at 4:05

GoogleCodeExporter commented 8 years ago

Original comment by jbe...@gmail.com on 15 Jan 2013 at 4:10

GoogleCodeExporter commented 8 years ago
Fixed,

new api: 
https://code.google.com/p/yaml-cpp/source/detail?r=42a82f2c37be80046a544fbc14118
f42409067b3
old api: 
https://code.google.com/p/yaml-cpp/source/detail?r=bd9c35709deafa834fb5eae9a684d
1aafafbe9b2&repo=old-api

Original comment by jbe...@gmail.com on 13 Apr 2013 at 11:33