This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
About RJSON and using a WebAssembly based parser #1410
Himujjal
started this conversation in
Suggestions
Replies: 1 comment 4 replies
-
Hey! We're actually removing RJSON (per #1081), I have a WIP branch with it removed and a fully specced TOML parser instead. The biggest issue with these custom formats is not being able to parse and serialize them in other languages, and for more esoteric use-cases and companies is really important. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Co-incidently I wrote another type of JSON superset named EKON which is almost similar to RJSON. I wrote a super-fast parser for the same in C. Well tested.
Will it be viable to use a WASM version of it? I can work on that. Its almost done. A few tweaks are required
I am considering disabandoning the EKON project and rename it as the RJSON if the rome guys are alright with it. Also maybe host RJSON as a separate repository in rome github organization.
What do you say?
Beta Was this translation helpful? Give feedback.
All reactions