Skip to content

hamnis/bandaid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

#Bandaid

Scala implementation of JSON Patch and JSON Pointer

Usage

import bandaid._

val json = ... //some json structure

val is = ... //get inputstream from somewhere...

val patch = Patch.parse(is)

val patched = patch(json)

Release

libraryDependencies += "net.hamnaberg.json" %% "bandaid" % "0.1.0"

Living on the edge

libraryDependencies += "net.hamnaberg.json" %% "bandaid" % "0.2.0-SNAPSHOT"

Building

This project uses submodules.

Make sure you do

git submodule init
git submodule update

before you try to build.

References

RFC-6901

RFC-6902

About

Implementation of JSON Patch - RFC-6902 and RFC-6901

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages