Robert Lee
08/22/2022, 1:06 AMJson[]
type or Json
and just shove in [{key:value}, ...]
into it? Ideally i'd like to be able to do jsonField.map((item) => ...)
in my code.Robert Lee
08/22/2022, 1:08 AMPrisma.JsonArray
and label the field as Json
? Trying to figure out why I wouldn't just go with Json[]
instead?