Skip to content

How to convert standard vCard into first-class JSON? #77

@ppKrauss

Description

@ppKrauss

There are an ez-vcard option or parameter for it?

I need a stable and secure convertion, that 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"}.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions