proofgeist/fm-json-additions

JSON.ArrayLength doesn't handle returns

Closed this issue · 1 comments

An array like the example below will fail to get the correct result. File includes failing test.
JSONAdditions.fmp12.zip

[
"a\rb",
"a\nb"
]

Fixed in the attached file
JSONAdditions.fmp12.zip