illuminated-g / lv-stream

A multi-threaded client/server library that serves as the base for TCP and WebSocket connections.
MIT License
0 stars 0 forks source link

Use an existing JSON library #3

Closed drjdpowell closed 1 year ago

drjdpowell commented 1 year ago

If you use your own JSON code, then you will have to deal with making it properly compliant with the standard. UTF-8 conversion, escaping characters, etc. I suggest my JSONtext, on teh Tools Network, which is widely used and much more flexible than the inbuilt JSON primitive.

negentropicdev commented 1 year ago

@drjdpowell I'll add an issue to lv-web-crypto make sure the JSON functionality is UTF-8 compliant.