dlang-community / std_data_json

Phobos candidate JSON implementation.
25 stars 13 forks source link

UTF validation #1

Closed JakobOvrum closed 9 years ago

JakobOvrum commented 9 years ago

From the RFC thread:

There is also still one pending change that I didn't finish yet; the optional UTF input validation (never validate "string" inputs, but do validate "ubyte[]" inputs).

s-ludwig commented 9 years ago

This commit was from my stash list, fixed to pass the unit tests. Since I've written this months ago, I'm not completely sure if something is still missing, but it looks complete.