json_delta library

Classes

JsonSerializable
Abstract class for JsonDelta mixin to work with. This class should be implemented by any class that wants to use the JsonDelta mixin.

Mixins

JsonDelta
This mixin allows for any class that implements a toJson method to be able to return the delta JSON from the time the object was created until the current time. This allows for creating a sort of "patch JSON" or diff that can be used to update a server with only the changes that have been made.