Skip to content

jacobilinden/llsd-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

llsd-java

This is a java implementation of LLSD originally by @Xugumad and adopted by @jacobilinden. The source for the package is hosted on Github.

This package can be modifed by git cloning it and tweaking it. Use mvn package to build your jars and mvn deploy to upload it github as a valid maven repository.

INSTALL

Clojars Project

USAGE

Beware that llsd+notation is not supported and @Xugumad has philosophical objections to the binary representations of LLSD in xml:

throw new LLSDException("\"binary\" node type not implemented because it's a stupid idea that breaks how XML works. In specific, XML has a character set, binary data does not, and mixing the two is a recipe for disaster. Linden Labs should have used base 64 encode if they absolutely must, or attached binary content using a MIME multipart type.");

About

LLSD for Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages