crystal-lang / crystal-mysql

MySQL connector for Crystal
MIT License
107 stars 36 forks source link

Support JSON data type #64

Open kalinon opened 6 years ago

kalinon commented 6 years ago

When trying to read the JSON column type as a string, the following error is thrown:

Missing hash key: 245_u8

Related issue: https://github.com/amberframework/granite/issues/193