JsonDataObjects icon indicating copy to clipboard operation
JsonDataObjects copied to clipboard

Code for enhancements

Open bflorac opened this issue 2 years ago • 0 comments

I have implemented the following enhancements:

  • Increased size of the Power10 array to 51 elements to allow for additional leading zeros without loosing precision.
  • When converting from float to string, the resulting string should always have a decimal point. (ie: 2.0)
  • Added Rename and Insert functions (with various overloads)
  • Added support for escapes in strings (ie: "front\back")
  • Added support for nested arrays in paths (ie: myarray[0][0]) If you want them, let me know how to best post them.

bflorac avatar Sep 06 '22 03:09 bflorac