aitknA
Convex Community3y ago
8 replies
aitkn

Support arbitrary key on nested objects (e.g. strings with "+" or "$")

I need to store any valid JSON in my fields. The closest type I see is Object, but it has a limitation on property names: they can't contain spaces or any other non-Alpha Numeric symbols other than underscore. My JSON can have keys with spaces and some other symbols like # or &. What are my options?
Was this page helpful?