问题
I need a stable and secure convertion algorithm (any language), that can produce the final output as "first class" JSON objects. Example:
jCard format:
[["version", {}, "text", "4.0"],["fn", {}, "text", "Forrest Gump"]]
First-class JSON format:
{"version":"4.0","fn":"Forrest Gump"}
.
来源:https://stackoverflow.com/questions/41527663/how-to-convert-jcard-into-first-class-json