Concept Flow - JSONB modification functions
Start with JSONB data
Choose modification function
Apply function to JSONB
Return modified JSONB
Use result in query or store
You start with JSONB data, pick a modification function, apply it, and get back the changed JSONB to use or save.