Modifying a flexbuffers Map after loading from JSON #8351
Unanswered
nathanmartz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to create a flexbuffers Map from a JSON string and then modify some of the elements of that map, including Maps contained within that Map. From what I can tell, the only way to do this is to use a builder to create a new Map that contains both the original Map data and the values I want to add/modify. I've written the code to do this, but my currently implementation is a bit more complicated than I would like, so I wanted to see if there was a simpler way to simply modify a Map.
Beta Was this translation helpful? Give feedback.
All reactions