0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 14 hours ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make sure nest doesn't try to process ignored keywords More... about 14 years ago
fixed locale problem when working with doubles More... about 14 years ago
Change writePrettyPrint to avoid closing stream. Simple parsing w/ SesameTripleCallback test More... about 14 years ago
Merge pull request #18 from edgarRd/dev More... about 14 years ago
removing duplicate code More... about 14 years ago
Updated JSON Processor. Added JSONSerializer to Writer More... about 14 years ago
Adding support of toPrettyString in JSONLDSerializer asString w/ new flag More... about 14 years ago
fixed small bug with ignored keywords. made simplify merge the original context with the generated context to keep prefixes More... about 14 years ago
updated the serializer to produce json-ld that is valid as per the latest specification updates More... about 14 years ago
compact mostly done, test 18 fails, but it fails on the js version too More... about 14 years ago
updated expand working More... about 14 years ago
updated tests, all of which now fail More... about 14 years ago
added BSD licence, moved rdf2jsonld tool into a tools package and started a playground style app More... about 14 years ago
updated the jena serializer to online import the resource given to importResource rather than the whole model which that resource is in More... over 14 years ago
Merge pull request #15 from dayures/master More... over 14 years ago
fixed. parameters swapped using setPrefix method
dayures
as Carlos Tejo
More... over 14 years ago
changed compareResults from tests to equals and moved into JSONLD utils More... over 14 years ago
using frame for simplify turned out to be more trouble than it was worth More... over 14 years ago
simplify now automatically coerces @type More... over 14 years ago
added a simplify function (see readme for details) More... over 14 years ago
made jena and sesame dependencies optional More... over 14 years ago
removed the useless interface for the processor, moving the processor impl into the file the interface was in More... over 14 years ago
implemented frame (note: the modified test fails on pyld in its original form as well) More... over 14 years ago
Merge pull request #14 from ansell/master More... over 14 years ago
bump sesame version to 2.6.4 More... over 14 years ago
disable automatic closing out writer when outputting json More... over 14 years ago
Merge branch 'master' of github.com:tristan/jsonld-java More... over 14 years ago
moved blank node generator to base serializer class More... over 14 years ago
Merge pull request #13 from ansell/master More... over 14 years ago
avoid null pointer exception as it is a valid case that needs to proceed More... over 14 years ago