Home | Trees | Indices | Help |
|
---|
|
The JSONPatch module provides for the alteration of JSON data compliant to RFC6902.
Version: 0.2.21
Author: Arno-Can Uestuensoez
Copyright: Copyright (C) 2015-2016 Arno-Can Uestuensoez @Ingenieurbuero Arno-Can Uestuensoez
License: Artistic-License-2.0 + Forced-Fairplay-Constraints
|
|||
unicode str(object='') -> string |
|||
JSONPatchItem Record entry for list of patch tasks. |
|||
JSONPatchItemRaw Adds native patch strings or an unsorted dict for RFC6902. |
|||
JSONPatchFilter Filtering capabilities on the entries of patch lists. |
|||
JSONPatch Representation of a JSONPatch task list for RFC6902. |
|
|||
|
|
|||
__maintainer__ =
|
|||
__uuid__ =
|
|||
_interactive = False
|
|||
RFC6902_ADD = 1
|
|||
RFC6902_COPY = 2
|
|||
RFC6902_MOVE = 3
|
|||
RFC6902_REMOVE = 4
|
|||
RFC6902_REPLACE = 5
|
|||
RFC6902_TEST = 6
|
|||
op2str =
|
|||
str2op =
|
|||
__package__ = None hash(x) |
|
op2str
|
str2op
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 4.0.0 on Fri Jun 15 17:16:43 2018 | http://epydoc.sourceforge.net |