Nieuws

This library can be used to compare two json-compatible python dictionaries (i.e. dictionaries/lists/... containing only the following primitives: int, float, str, list, dict, set, tuple, bool) and ...
i18n_json uses multiprocessing.shared_memory to synchronize a dict between multiple processes. It does so by using a stream of updates in a shared memory buffer. This is efficient because only changes ...
The returned dict-like or list-like objects can be used ... To use json-stream to generate JSON data iteratively, you must first write python generators (or use any other iterable). To output JSON ...