Namespace: FSharp.Json
Library for turning F# values into Json values.
encode indent value
Convert a Value into a prettified string. The first argument specifies the indentation in the resulting string.
jbool value
jdecimal value
jfloat value
jint value
jlist list
jnull
jobject props
jstring value