Commit graph

18 commits

Author SHA1 Message Date
moandji.ezana d60736e104 Rename parse to read and ValueConverter to ValueReader 2015-08-14 11:12:08 +02:00
Jonathan Wood b21391add7 Improve readability for special char code.
When populating specialCharacterEscapes, use character representations
rather than hex-formatted numbers.
2015-07-18 12:25:58 -07:00
moandji.ezana 212bd49bf6 Delete commented code 2015-07-14 22:30:44 +02:00
moandji.ezana 97e0133450 Write Unicode symbols instead of escaping them 2015-07-14 22:29:54 +02:00
moandji.ezana d8a02ce356 Support for special cases: char, Character, URL, URI and enums. 2015-06-29 20:52:32 +02:00
moandji.ezana feb3aec259 TomlWriter#write methods delegate to TomlWriter#write(Object, Writer) to
take advantage of streaming when possible.
2015-06-29 18:49:34 +02:00
moandji.ezana 9968add0ae Removed ValueWriter#isTable() 2015-06-29 09:57:05 +02:00
Jonathan Wood 99c48231c2 Refuse to write heterogeneous arrays. 2015-06-28 14:35:39 -07:00
Jonathan Wood 77f7b922be Fix escaping of back slashes. 2015-06-28 13:35:34 -07:00
Jonathan Wood c076099ddd Use 'write' rather than 'serialize'.
Also refactor ValueWriter implementations into ValueConverter
implementations, where possible.
2015-06-27 12:50:15 -07:00
moandji.ezana 96220b7a88 The TOML string is never transformed into an array 2015-02-12 23:25:10 +02:00
moandji.ezana c0e78db681 Improved error message reporting 2015-02-11 17:59:20 +02:00
moandji.ezana d1d7145a03 Streamlined array and inline table converters to re-use other converters
[ci skip]
2015-02-11 00:59:48 +02:00
moandji.ezana 537c75757e Removed support for escaping a slash 2015-01-22 16:02:32 +02:00
moandji.ezana ba84494583 Fixed handling of short-form unicode escapes 2015-01-22 14:54:50 +02:00
moandji.ezana df235e5a29 Added support for quoted keys with index arrays 2015-01-22 10:38:41 +02:00
moandji.ezana 714fb81330 Support for unicode characters starting with \U 2014-12-15 16:02:49 +02:00
moandji.ezana 697349e9a2 Renamed ValueParser to ValueConverter and associated changes 2014-08-13 14:31:50 +02:00
Renamed from src/main/java/com/moandjiezana/toml/StringParser.java (Browse further)