Skip to content

Error with large integers #13

@fabioglopes

Description

@fabioglopes

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions