svenson 1.2.6 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News svenson 1.2.6 (Default branch)
# 1  
Old 12-24-2008
svenson 1.2.6 (Default branch)

svenson is a JSON generator/parser that allows youto convert JSON data sets into graphs of Javaobjects and vice-versa. It supports the wholerange of just using collection classes for yourJava object graphs or your own types or somethingin between, like your own types with Javaproperties and dynamic properties. svenson offersa set of annotations and interfaces that give youfine-grained control over how JSON is generated orparsed.License: BSD License (revised)Changes:
A major bug leading to malformed JSON output incertain cases was fixed. DynamicPropertiesUtil nowalso works on maps.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
RDF::Trine::Iterator::JSONHandler(3pm)			User Contributed Perl Documentation		    RDF::Trine::Iterator::JSONHandler(3pm)

NAME
RDF::Trine::Iterator::JSONHandler - JSON Handler for parsing SPARQL JSON Results format VERSION
This document describes RDF::Trine::Iterator::JSONHandler version 1.000 STATUS
This module's API and functionality should be considered unstable. In the future, this module may change in backwards-incompatible ways, or be removed entirely. If you need functionality that this module provides, please get in touch <http://www.perlrdf.org/>. SYNOPSIS
use RDF::Trine::Iterator::JSONHandler; my $handler = RDF::Trine::Iterator::JSONHandler->new(); my $iter = $handler->parse( $json ); METHODS
"new" Returns a new JSON SPARQL Results parser object. "parse ( $json )" Returns a RDF::Trine::Iterator object containing the data from the supplied JSON in JSON SPARQL Results format. BUGS
Please report any bugs or feature requests to through the GitHub web interface at <https://github.com/kasei/perlrdf/issues>. AUTHOR
Gregory Todd Williams "<gwilliams@cpan.org>" COPYRIGHT
Copyright (c) 2006-2012 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-06-29 RDF::Trine::Iterator::JSONHandler(3pm)