README

NAME

vCard::Parser - a basic parser of vCard

SYNOPSIS

use vCard::Parser;

my $vcard = 'BEGIN:VCARD
VERSION:4.0
N:Gump;Forrest;;Mr.;
x-qq:21588891
END:VCARD';

say from-vCard($vcard);

use JSON::Tiny;
say to-json(from-vCard($vcard)); #Output is jCard

DESCRIPTION

vCard::Parser is a basic parser of vCard files of version 4.0. It also serves as it's convertor to jCard, which is a JSON format for vCard data.

AUTHOR

Petr Kolář

COPYRIGHT AND LICENSE

Copyright 2019 Petr Kolář

Copyright 2024 Raku Community

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

vCard::Parser v0.0.2

a basic parser of vCard

Authors

  • Petr Kolář

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • vCard::Parser
  • vCard::Parser::Actions
  • vCard::Parser::Grammar

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.