Skip to content

Fix YAML to JSON conversion

Stefan Spettel requested to merge fix_yaml_conversion into develop

Changes

  • Fix YAML to JSON conversion int value logic
  • Check if whole string was converted from string to int
  • Interpret as string if not the whole string could be parsed

Merge request reports