ilmoeuro / snakeyaml

Automatically exported from code.google.com/p/snakeyaml
0 stars 0 forks source link

Extend Resolver to support custom implicit types #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sometimes resolver may report an implicit type where a string is expected.
For instance:
version: 1.0

1.0 - is not a float but a string.

There shall be a possibility to ignore some implicit types.

Original issue reported on code.google.com by py4fun@gmail.com on 27 Oct 2009 at 3:16

GoogleCodeExporter commented 9 years ago

Original comment by py4fun@gmail.com on 27 Oct 2009 at 3:20