AutomationAnywhere / A2019-JSON_ParserPackage-160940

Custom A2019 package for interfacing with JSON objects
0 stars 4 forks source link

JSON to Dictionary ignores certain number values #3

Open Bot-Dev-RPA opened 2 years ago

Bot-Dev-RPA commented 2 years ago

Sample JSON:

{ "BigIntger": 12345679123, "Precision Loss": 1234.02 }

Expected output should be above keys with corresponding values. Issues: