Working with jsonnode class
Working with JsonNode class. Is there any function or property to get the various key value pairs? Would jsonDocument be better? I have a string I got from an http request and I need to manipulate the data. One example of the json is below. all other entries are similar. Certain values omitted for security.
I'd like to access each node via the "UserName" property and find duplicate values
I'd like to access each node via the "UserName" property and find duplicate values