Code Monkey home page Code Monkey logo

ej_merge's Introduction

ej_merge

This module provides a pure Erlang support for JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7396) specifications. Both provide mechanisms that permit patching of an existing update object using the HTTP PATCH method. This module supports the underlying patch functions (not the HTTP PATCH method itself).

The Target and Patch documents accept any structure JSON format supported by the ej module (http://github.com/seth/ej).

Module

  • ej_merge : The module implementing both patch functions

Usage

Below is an example using mochijson2 with the mergepatch function from RFC 7396.

A="{ "a": "b", "c": { "d": "e", "f": "g" } }". B="{ "a": "z", "c": { "f": null } }". ej_merge:mergepatch( mochijson2:decode(A), mochijson2:decode(B) ).

References

Related work:

*ej: Helper module for working with Erlang terms representing JSON

ej_merge's People

Contributors

lylebe avatar

Stargazers

Leonardo Rossi avatar Justin Workman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.