Skip to content
forumbyr edited this page Mar 22, 2015 · 5 revisions

we use Jcard to convert VCARD to JSON.
Jcard convert property by property, using JcardPropertyConverter.
If you need to show more vcard information, you can add your custom converter:

  • add your own implementation, extending JcardPropertyConverter.
  • registrar this class to Jcard by adding it to converters in Jcard.java.