endocrimes / Jay

Pure-Swift JSON parser & formatter. Fully streamable input and output. Linux & OS X ready. Replacement for NSJSONSerialization.
MIT License
132 stars 19 forks source link

Easier serialization for Linux #9

Closed czechboy0 closed 8 years ago

czechboy0 commented 8 years ago

To get around the lack of proper inference and bridging on Linux, this way you can just create a JSON object, which can also be passed to Jay. This makes it easier to use dictionary/array literals on Linux.

Partially related to #8.