Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 677 Bytes

json-intro.md

File metadata and controls

17 lines (13 loc) · 677 Bytes
title type description num languages previous-page next-page
Handling JSON with uPickle
chapter
Description of the uPickle library.
16
ru
os-what-else
json-parse

uPickle is a lightweight serialization library for Scala.

It includes uJson, a JSON manipulation library that can parse JSON strings, access or mutate their values in memory, and write them back out again.

uPickle can serialize and deserialize Scala objects directly to and from JSON. It knows how to handle the Scala collections such as Map and Seq, as well as your own data types, such as case classs and Scala 3 enums.

{% include markdown.html path="_markdown/install-upickle.md" %}