Json as a string
I currently have this schema:
When I get the set of cards from a deck as such:
It returns this string:
"[]"
. It's $type<Card[]>()
supposed to serialize and deserialize it for me?1 Reply
It's even weirder as when I type
deck.cards
in my code editor (zed), it does show the Card
object.