This is the Linux app named jsoniter-scala whose latest release can be downloaded as v2.36.4sourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named jsoniter-scala with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
jsoniter-scala
DESCRIPTION
Scala macros for compile-time generation of safe and ultra-fast JSON codecs. This library had started from macros that reused jsoniter (json-iterator) for Java reader and writer but then the library evolved to have its own core of mechanics for parsing and serialization. The idea to generate codecs by Scala macros and main details was borrowed from Kryo Macros and adapted for the needs of the JSON domain. Validate parsed values safely with the fail-fast approach and clear reporting, provide configurable limits for suboptimal data structures with safe defaults to be resilient for DoS attacks, generate codecs that create instances of a fixed set of classes during parsing to avoid RCE attacks.
Features
- JSON parsing from String
- Parsing of streaming JSON values and JSON arrays from java.io.InputStream/java.io.FileInputStream
- Only UTF-8 encoding is supported when working with buffered bytes directly
- Non-case Scala classes also supported
- Core module support reading and writing byte arrays from/to Base16 and Base64 representations
- Type aliases are supported
- Only acyclic graphs of class instances are supported by generated codecs
Programming Language
Scala
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/jsoniter-scala.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.