Had an issue recently where NaN values from Nim got written to JSON as nan. According to the official JSON spec nan is not a valid value in JSON. Not quite sure what the actual behaviour here should be. I see that jq parses such JSON fine, but Nims parseJson fails.
Had an issue recently where
NaNvalues from Nim got written to JSON asnan. According to the official JSON specnanis not a valid value in JSON. Not quite sure what the actual behaviour here should be. I see thatjqparses such JSON fine, but NimsparseJsonfails.