Skip to content

Instances to push and receive Aeson's Value type to and from the Lua stack. PATCHED to avoid breakage caused by hslua-1.1.1

License

Notifications You must be signed in to change notification settings

phlummox-patches/hslua-aeson

 
 

Repository files navigation

hslua-aeson

travis build status MIT License

Glue to hslua for aeson values.

This provides a StackValue instance for aeson's Value type. The following conventions are used:

  • Null values are encoded as a special value (stored in the registry field HSLUA_AESON_NULL). Using nil would cause problems with null-containing arrays.

  • Objects are converted to tables in a straight-forward way.

  • Arrays are converted to Lua tables. Array-length is included as the value at index 0. This makes it possible to distinguish between empty arrays and empty objects.

  • JSON numbers are converted to Lua numbers (usually doubles), which can cause a loss of precision.

License

This project is licensed under the liberal MIT license, the same license under which hslua and lua itself are published. See the LICENSE file for details.

About

Instances to push and receive Aeson's Value type to and from the Lua stack. PATCHED to avoid breakage caused by hslua-1.1.1

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 100.0%