from jsoniq import RumbleSession rumble = RumbleSession.builder.getOrCreate(); print(rumble.jsoniq('{ "foo": [ 6*7 ] }').json()); Decades of Lessons Learnt JSONiq is a query language specifically designed for the popular JSON data model. The main ideas behind JSONiq are based on lessons learnt in more than 55 years of relational query systems and 30 years of experience with semi-structured data. C