Kevin Powell - CommunityKP-C
Kevin Powell - Communityβ€’2y agoβ€’
10 replies
MartynasXS

JSON history - string vs object

I'm working with large json structures and have to keep a few steps of JSON history. I am wondering whether its better to just have an array with json objects or stringifying and adding the string to the array instead? My brain tells me it should be better stringified.
Was this page helpful?