We do similar with a checklist for the practicalities (though I for one
still have no good solution for guaranteeing the security of code beyond
reviewing it line-by-line...) - we've gone slightly more general so as to
apply to "technologies" as well as just libraries, but our process is
roughly:
Hi Hansel,
Might be missing the point, but... If you're looking to reference the
individual fields, can you leverage the Postgres JsonField's key lookup
functionality? As per
https://docs.djangoproject.com/en/1.11/ref/contrib/postgres/fields/#key-index-and-path-lookups
A quick bit of code inspect