I want to parse a text file packed into my JAR. I would prefer it to be in JSON format and use a library like jackson or gson to parse it, but are we allowed to pack libraries into our JARs (and release them on the sdn)? Or perhaps there's a standard way that I should know about?
If there is no...