NAME
WebService::Eventful::JSON - Use the JSON flavor of the Eventful API
SYNOPSIS
my $evdb = WebService::Eventful->new(app_key => $app_key, flavor => 'json');
my $results = $evdb->call('events/get', { id => 'E0-001-001336058-5' });
DESCRIPTION
Parses JSON from the Eventful API.
VERSION
1.0 - September 2006 1.04 - August 2013
METHODS
flavor
Return the flavor name.
ctype
Return a checkstring for the expected return content type.
parse
Parse JSON data from the Eventful API using JSON::Syck or JSON.
AUTHORS
Daniel Westermann-Clark <danieltwc@cpan.org>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.