All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.uniscala.json.package.scala Maven / Gradle / Ivy

The newest version!
/**
 * This file is part of the Uniscala JSON project.
 * Copyright (C) 2012 Sustainable Software Pty Ltd.
 * This is open source software, licensed under the Apache License
 * version 2.0 license - please see the LICENSE file included in
 * the distribution.
 *
 * Authors:
 * Sam Stainsby ([email protected])
 */
package net.uniscala

/**
 * Uniscala JSON is a compact JSON library written in Scala. Other 
 * than the Scala runtime libraries, it has no other dependencies. The library 
 * is purely for parsing, generating, and transforming JSON. There are no 
 * data/object mapping or binding features.
 * 
 * See the documentation on [GitHub].
 */
package object json {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy