All Projects → stefankoegl → Python Json Patch

stefankoegl / Python Json Patch

Licence: other
Applying JSON Patches in Python

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Python Json Patch

Korio
Korio: Kotlin cORoutines I/O : Virtual File System + Async/Sync Streams + Async TCP Client/Server + WebSockets for Multiplatform Kotlin 1.3
Stars: ✭ 282 (-5.37%)
Mutual labels:  json
Visualjson
JSON pretty-viewer for OS X.
Stars: ✭ 290 (-2.68%)
Mutual labels:  json
Easyjson
Fast JSON serializer for golang.
Stars: ✭ 3,512 (+1078.52%)
Mutual labels:  json
Slack History Export
A NPM module that allows slack users export their history
Stars: ✭ 284 (-4.7%)
Mutual labels:  json
React Docgen
A CLI and toolbox to extract information from React component files for documentation generation purposes.
Stars: ✭ 3,143 (+954.7%)
Mutual labels:  json
Ring Json
Ring middleware for handling JSON
Stars: ✭ 290 (-2.68%)
Mutual labels:  json
Ojg
Optimized JSON for Go
Stars: ✭ 281 (-5.7%)
Mutual labels:  json
Jquery.json Viewer
jQuery plugin for displaying JSON data
Stars: ✭ 295 (-1.01%)
Mutual labels:  json
Json To Go
Translates JSON into a Go type in your browser instantly (original)
Stars: ✭ 3,390 (+1037.58%)
Mutual labels:  json
Tmuxp
💻 tmux session manager. built on libtmux
Stars: ✭ 3,269 (+996.98%)
Mutual labels:  json
Widelands
Widelands is a free, open source real-time strategy game with singleplayer campaigns and a multiplayer mode. The game was inspired by Settlers II™ (© Bluebyte) but has significantly more variety and depth to it.
Stars: ✭ 285 (-4.36%)
Mutual labels:  json
Dyff
/ˈdʏf/ - diff tool for YAML files, and sometimes JSON
Stars: ✭ 277 (-7.05%)
Mutual labels:  json
Json Schema Validator
A fast Java JSON schema validator that supports draft V4, V6, V7 and V2019-09
Stars: ✭ 292 (-2.01%)
Mutual labels:  json
Sq
swiss-army knife for data
Stars: ✭ 275 (-7.72%)
Mutual labels:  json
Anime Offline Database
Updated every week: A JSON based offline anime database containing the most important meta data as well as cross references to various anime sites such as MAL, ANIDB, ANILIST, KITSU and more...
Stars: ✭ 292 (-2.01%)
Mutual labels:  json
Serpent
A protocol to serialize Swift structs and classes for encoding and decoding.
Stars: ✭ 281 (-5.7%)
Mutual labels:  json
I18n Editor
GUI for editing your i18n translation files
Stars: ✭ 290 (-2.68%)
Mutual labels:  json
Http Rpc
Lightweight REST for Java
Stars: ✭ 298 (+0%)
Mutual labels:  json
Jsonista
Clojure library for fast JSON encoding and decoding.
Stars: ✭ 290 (-2.68%)
Mutual labels:  json
Envfile
EnvFile 3.0 is a plugin for JetBrains IDEs that allows you to set environment variables for your run configurations from one or multiple files.
Stars: ✭ 293 (-1.68%)
Mutual labels:  json

python-json-patch

PyPI version Supported Python versions Build Status Coverage Status

Applying JSON Patches in Python

Library to apply JSON Patches according to RFC 6902

See source code for examples

Running external tests

To run external tests (such as those from https://github.com/json-patch/json-patch-tests) use ext_test.py

./ext_tests.py ../json-patch-tests/tests.json
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].