jgarzik / univalue

High performance RAII C++ JSON library and universal value object class
MIT License
56 stars 77 forks source link

No support for wstring #40

Closed BlockMechanic closed 5 years ago

BlockMechanic commented 7 years ago

Not sure if this was designed specifically for use with bitcoin related services only, but support for wstrings and other w* types would make it a great drop in replacement for the old json spirit many services just copied from pre-univalue sources.

jgarzik commented 7 years ago

@BlockMechanic Do you have a link to an example user, for test purposes?

jgarzik commented 5 years ago

Happy to consider and re-open this issue, if a link to an example can be provided.