Package ezvcard.io.json

Interface Summary
JCardRawReader.JCardDataStreamListener Handles the vCard data as it is read off the data stream.
 

Class Summary
JCardRawReader Parses an vCard JSON data stream (jCard).
JCardRawWriter Writes data to an vCard JSON data stream (jCard).
JCardReader Parses VCard objects from a JSON data stream (jCard format).
JCardValue Holds the data type and value of a jCard property.
JCardWriter Writes VCard objects to a JSON data stream (jCard format).
JsonValue Represents a JSON value, array, or object.
 

Exception Summary
JCardParseException Thrown during the parsing of a jCard, when a jCard is not formatted in the correct way (the JSON syntax is valid, but it's not in the correct jCard format).
 



Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.