- 
                Notifications
    
You must be signed in to change notification settings  - Fork 37
 
Open
Description
I've been facing an issue when I try to process a json file with large integers, it changes the value of last 2 digits.
I'm trying to convert the json to jsonl using this command: jstream -d 1 < #{directory}#{json_file_name} > #{directory}#{json_file_name}l
An integer Id like this "campaignId":144126219108390099 is converted to this: "campaignId":144126219108390080
Just wondering if this is an integer size limitation like Jq jqlang/jq#369
Thanks!!
Metadata
Metadata
Assignees
Labels
No labels