Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdedetrich/play-json-utils
Utility functions for play-json
https://github.com/mdedetrich/play-json-utils
Last synced: 26 days ago
JSON representation
Utility functions for play-json
- Host: GitHub
- URL: https://github.com/mdedetrich/play-json-utils
- Owner: mdedetrich
- License: other
- Created: 2016-02-05T03:46:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T00:47:40.000Z (over 8 years ago)
- Last Synced: 2024-05-02T02:31:50.308Z (6 months ago)
- Language: Scala
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# play-json-utils
[![Build Status](https://travis-ci.org/mdedetrich/play-json-utils.svg?branch=master)](https://travis-ci.org/mdedetrich/play-json-utils)
Contains handy utility functions for working with Play-JSON
# Installation
For now, play-json-utils is just a snapshot since it contains a trivial amount of functions.
If more get added and/or its requested, play-json-utils will get bumped as a release```scala
"org.mdedetrich" %% "play-json-utils" % "1.0.0-SNAPSHOT"
```