Skip to content

Is there a way to not auto translate hex values? #17

Description

@JoachimR

my config file:

bla=bla
HEX_ARRAY_1=0x34,0x38,0x99
HEX_ARRAY_2=0x31

properties parse result:

{ bla: 'bla', 
  HEX_ARRAY_1: '0x34,0x38,0x99',
  HEX_ARRAY_2: 49 }

The one value in HEX_ARRAY_2 is translated to decimal directly.

Is there a way to not do that ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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