ujson_0.27

ujson

License

License

MIT
Categories

Categories

JSON Data
GroupId

GroupId

com.lihaoyi
ArtifactId

ArtifactId

ujson_0.27
Last Version

Last Version

1.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

ujson_0.27
ujson
Project URL

Project URL

https://github.com/lihaoyi/upickle

Download ujson_0.27

How to add to project

<!-- https://jarcasting.com/artifacts/com.lihaoyi/ujson_0.27/ -->
<dependency>
    <groupId>com.lihaoyi</groupId>
    <artifactId>ujson_0.27</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lihaoyi/ujson_0.27/
implementation 'com.lihaoyi:ujson_0.27:1.2.2'
// https://jarcasting.com/artifacts/com.lihaoyi/ujson_0.27/
implementation ("com.lihaoyi:ujson_0.27:1.2.2")
'com.lihaoyi:ujson_0.27:jar:1.2.2'
<dependency org="com.lihaoyi" name="ujson_0.27" rev="1.2.2">
  <artifact name="ujson_0.27" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lihaoyi', module='ujson_0.27', version='1.2.2')
)
libraryDependencies += "com.lihaoyi" % "ujson_0.27" % "1.2.2"
[com.lihaoyi/ujson_0.27 "1.2.2"]

Dependencies

compile (1)

Group / Artifact Type Version
com.lihaoyi : upickle-core_0.27 jar 1.2.2

Project Modules

There are no modules declared in this project.

uPickle: a simple Scala JSON and Binary (MessagePack) serialization library

If you use uPickle and like it, you will probably enjoy the following book by the Author:

Hands-on Scala has uses uPickle extensively throughout the book, and has the entirety of Chapter 8: JSON and Binary Data Serialization dedicated to uPickle. Hands-on Scala is a great way to level up your skills in Scala in general and uPickle in particular.

For a hands-on introduction to this library, take a look at the following blog post:

If you use uPickle and like it, please support it by donating to our Patreon:

Build Status

Join the chat at https://gitter.im/lihaoyi/upickle

Versions

Version
1.2.2
1.2.1
1.2.0