Build better experiences that grow with you—with accessible, enterprise-grade caching built by the devs who brought you open source Redis. res11 = r.json().set("newbike", "$", ["Deimos", {"crashes": 0}, None]) print(res11) # >>> True res12 = r.json().get("newbike", "$") print(res12) # >>> ['["Deimos", { "crashes": 0 }, null]'] res13 = r.json().get("newbike", "$[1].crashes") print(res13) # >>> ['0'