-
Notifications
You must be signed in to change notification settings - Fork 863
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix for stringify array replacer #725
- Per spec, Numbers in an array replacer should be converted to strings prior to adding to the property list - Duplicates should be removed during construction of the property list - Changed some variables declared as List to Collection instead because that is sufficient for how they are being used - Moved List to array conversion from happening in every iteration of the jo method to being called once in the stringify method - Convert strings items representing integers to their Integer value for correct property lookup
- Loading branch information
1 parent
522b92a
commit 052fbe1
Showing
1 changed file
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters