Skip to content

Commit 8c2f18c

Browse files
committed
- updated roadmap (utf-8 handling in Reader)
1 parent 3a1b93b commit 8c2f18c

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

doc/roadmap.dox

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,26 @@
22
\section ms_release Makes JsonCpp ready for release
33
- Build system clean-up:
44
- Fix build on Windows (shared-library build is broken)
5-
- Fix doxygen build issue (discard doxygen dependency check, always rebuild)
65
- Add enable/disable flag for static and shared library build
76
- Enhance help
8-
- Test with recent Scons checkpoint
9-
- Platform portability check:
7+
- Platform portability check: (Notes: was ok on last check)
108
- linux/gcc,
119
- solaris/cc,
1210
- windows/msvc678,
1311
- aix/vacpp
1412
- Add JsonCpp version to header as numeric for use in preprocessor test
1513
- Remove buggy experimental hash stuff
1614
- Release on sourceforge download
17-
\section ms_unicode Clean-up unicode handling
18-
- Ensure reader properly convert \u and \U unicode sequence to UTF8
19-
- Ensure writer emit only UTF8 string.
20-
- Provides hook to convert string to/from utf8/other encoding.
21-
- look into iconv, icu and windows API
2215
\section ms_strict Adds a strict mode to reader/parser
2316
Strict JSON support as specific in RFC 4627 (http://www.ietf.org/rfc/rfc4627.txt?number=4627).
2417
- Enforce only object or array as root element
2518
- Disable comment support
19+
- Get jsonchecker failing tests to pass in strict mode
2620
\section ms_separation Expose json reader/writer API that do not impose using Json::Value.
2721
Some typical use-case involve an application specific structure to/from a JSON document.
22+
- Event base parser to allow unserializing a Json document directly in datastructure instead of
23+
using the intermediate Json::Value.
24+
- "Stream" based parser to serialized a Json document without using Json::Value as input.
2825
- Performance oriented parser/writer:
2926
- Provides an event based parser. Should allow pulling & skipping events for ease of use.
3027
- Provides a JSON document builder: fast only.

0 commit comments

Comments
 (0)