{"library":"pyjson","title":"pyjson","description":"A library to compare the similarity between two JSON objects, supporting custom thresholds, exclusion of fields, and handling of arrays. Current version 1.4.1 (PyPI) and up to 1.4.5 on GitHub. Maintenance status is unclear.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install pyjson"],"cli":null},"imports":["from pyjson import compare"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pyjson import compare\n\njson1 = {'a': 1, 'b': 2}\njson2 = {'a': 1, 'b': 3}\n\nresult = compare(json1, json2)\nprint(result)  # Output: 0.5\nexpected = {'score': 0.5}\nprint(result == expected)  # True","lang":"python","description":"Basic usage: compare two JSON objects. Returns a dict with similarity score.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}