rethinkdb-python

JSON Parsing with python from Rethink database [Python]

JSON Parsing with python from Rethink database [Python] Question: Im trying to retrieve data from a database named RethinkDB, they output JSON when called with r.db("Databasename").table("tablename").insert([{ "id or primary key": line}]).run(), when doing so it outputs [{‘id’: ‘ValueInRowOfidn’}] and I want to parse that to just the value eg. "ValueInRowOfid". Ive tried with JSON in …

Total answers: 1