Skip to content

possible api improvements #6

@archaistvolts

Description

@archaistvolts

Ideas from sasuke420 discussion on discord:

  • an option to not care about the LSB of doubles
  • an option to store some numbers in 1 slot instead of 2, if they fit
  • an option to store some decimals exactly using some weird format including the base 10 exponent instead of as doubles, also in 1 slot
  • an option to be willing to parse numbers out of strings, if the person who made the json was a trickster who put them inside of string literals, but they are still actually numbers
  • 3 different options to assume fields will be in order and give nonsense results if they are not, assume fields will be in order and fall back to the current behavior if they are not, or use the current behavior (only affects parsing of structs)

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