Open zardilior opened 5 years ago
It would be worth adding to docs, could do it myself access granted, that collection.serialize() combined with
collection.serialize()
jsonify({ "key":collection.serialize(), "key2":collection.serialize() })
is the right way to jsonifying a dict of collections example, an api endpoint to return results from two tables, due to a search.
It would be worth adding to docs, could do it myself access granted, that
collection.serialize()
combined withis the right way to jsonifying a dict of collections example, an api endpoint to return results from two tables, due to a search.