seedwing-policy-engine 0.1.0-alpha.2

A functional type system for implementing policy inspection, audit and enforcement
Documentation
Attempts to decode a string as a JSON value type.

The primary input is indeed a stringy object, which may contain any valid JSON, such as:

* Strings
* Objects
* Lists
* Booleans

Example inputs include

```
"{ \"foo\": 42 }"
```