How to convert jCard into first-class JSON?

元气小坏坏 提交于 2019-12-11 07:01:18

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!