I have a bunch of keys in a JSON file that are defined by numbers like 8374829806766627074.
When I try to read them in R I get completely different numbers. For instance, 8374829806766627074 becomes 8374829806766626816.
I am using the fromJSON in the jsonlite package to read a json file from citrix api.
How can I instead adjust the function to read numbers as characters. I seem to fail finding a solution.
Thanks in advance!