json
Package info
- 
							Homepage
 gitlab.com/clean-and-itasks/libraries/json
- 
							Latest version
 3.1.1, 1 year, 27 days ago
- 
							Maintainer
 TOP Software Technology
- 
							License
 BSD-2-Clause
Description
This library provides functionality for generic JSON encoding and decoding.
Readme
					
					
					# json
This library provides functionality for generic JSON encoding and decoding.
## Licence
The package is licensed under the BSD-2-Clause license; for details, see the
[LICENSE](/LICENSE) file.
				
			Changelog
					
					
					# Changelog
#### 3.1.1
- Chore: Accept text ^2.
### 3.1.0
- Feature: add `JSONEncode` and `JSONDecode` derivations for `:: UTF8`.
## 3.0.0
- Removed: Undo the changes made in version 2 of this package.
           The generic instances for `FileError`, `Map`, `Set` and `MaybeError`
		   are now defined in system/containers depending on where
		   the respective type is defined.
### 2.1.0
- Feature: add json derivations for `:: FileError`.
#### 2.0.1
- Fix: specify containers dependency to avoid breaking other packages
       which use this package but do not depend on containers.
## 2.0.0
- Feature: Add derives for Map, Set, IntMap and MaybeError.
### 1.1.0
- Add derives for `Either` type
#### 1.0.1
- Drop `Use` dependency on `text` and `containers`
## 1.0.0
- Initial version, import modules from clean platform v0.3.36 and destill all
  json modules.
				
			Versions
- 
	3.1.1 latest 1 year, 27 days agoDependencies: base ^2.0.0 || ^3.0.0; text ^1.0.0 || ^2.0.0 (optional). Targets: any-any. 
- 
	3.1.0 1 year, 27 days agoDependencies: base ^2.0.0 || ^3.0.0; text ^1.0.0 (optional). Targets: any-any. 
- 
	3.0.1 latest 3.0 1 year, 4 months agoDependencies: base ^2.0.0 || ^3.0.0. Targets: any-any. 
- 
	3.0.0 1 year, 10 months agoDependencies: base ^2.0.0. Targets: any-any. 
- 
	2.1.0 latest 2.1 1 year, 10 months agoDependencies: base ^2.0.0; system ^1.0.0 (optional); containers ^1.0.0. Targets: any-any. 
- 
	2.0.1 latest 2.0 1 year, 10 months agoDependencies: base ^2.0.0; containers ^1.0.0. Targets: any-any. 
- 
	2.0.0 1 year, 10 months agoDependencies: base ^2.0.0. Targets: any-any. 
- 
	1.1.0 latest 1.1 2 years agoDependencies: base ^2.0.0. Targets: any-any. 
- 
	1.0.1 latest 1.0 2 years agoDependencies: base ^2.0.0. Targets: any-any. 
- 
	1.0.0 2 years agoDependencies: base ^2.0.0; text ^1.0.0. Targets: any-any.