cheahjs / palworld-save-tools

Tools for converting Palworld .sav files to JSON and back
MIT License
776 stars 66 forks source link

feat: add --convert-nan-to-null to emit spec-compliant JSON #114

Closed cheahjs closed 5 months ago

cheahjs commented 5 months ago

Fixes #108 by emit spec-compliant JSON at the cost of potential loss of information (Inf/-Inf are encoded back into NaNs), which should be very rare.

This is currently missing test cases.