json2-hdbc-0.5.1: Support JSON for SQL Database.

Database.JSON2.HDBC

Description

This Library Contains instances class ToJson for SqlValue and functions for manipulation Json .

Synopsis

Documentation

groupWithCol :: Json -> JsonSource

Transform SQL-like JSON array of to tree-like JSON object with use column.

groupWithNCol :: Int -> Json -> JsonSource

Conversion SQL-like JSON array of to tree-like JSON object with use N columns.