benkasminbullock / json-create

https://metacpan.org/release/JSON-Create
1 stars 4 forks source link

Put the comma producing routine after the unicode checks #9

Closed benkasminbullock closed 9 years ago

benkasminbullock commented 9 years ago

https://metacpan.org/source/BKB/JSON-Create-0.04/json-create-perl.c#L446

benkasminbullock commented 9 years ago

commit a1ae51e0a11434b89d5c6b97eb088a47d28dc6fc Author: Ben Bullock benkasminbullock@gmail.com Date: Fri Oct 23 10:31:13 2015 +0900

Tidy of json-create-perl.c.

* Integers written directly into the buffer
* Hash reading and writing split more clearly
* Correct and add to comments