clugg / sm-json

A pure SourcePawn JSON encoder/decoder.
GNU General Public License v3.0
82 stars 8 forks source link

Preserve ordered keys on object copy #31

Closed nickdnk closed 1 year ago

nickdnk commented 1 year ago

Should fix https://github.com/clugg/sm-json/issues/30 as far as I can tell.

nickdnk commented 1 year ago

Update: I changed it so it uses the built-in obj.OrderedKeys boolean instead of reading metadata directly.

clugg commented 1 year ago

Thank you! See https://github.com/clugg/sm-json/issues/30#issuecomment-1439769126