Skip to content

onlyshk/json-hs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-hs - json tools library

Json tools:

  • Json parser
  • Json builder

Json builder:

test = Json [Pair ("", JEmpty),
				Pair ("key1", JString "key2"),
				Pair ("key4", JString "key3"),
			Pair ("", JEndEmpty)
			]

--
-- output:
--
-- { 
--   "key1" : "key2",
--   "key4" : "key3"
-- }
--

Build:

cabal configure && cabal build

Dependencies:

  • base
  • directory

Bugs:

https://github.com/onlyshk/json-hs/issues

Contribute:

Fork, code, pull request

About:

If you have a question file an issue or find me on the twitter @onlyshk.

About

json tools with haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published