<tr><td><code>d[k] = v</code></td><td>Insert or replace</td><td>No error</td><td>None</td></tr> <tr><td><code>d.get(k)</code></td><td>Safe lookup</td><td><code>None ...
JSONLiteDB leverages SQLite3 and JSON1 to create a fast JSON document store with easy persistence, indexing capability, and extensible use. JSONLiteDB provides an easy API with no need to load the ...