package server-reason-react

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Js.JsonSource

Sourcetype t
Sourcetype _ kind =
  1. | String : string kind
  2. | Number : float kind
  3. | Object : t Dict.t kind
  4. | Array : t array kind
  5. | Boolean : bool kind
  6. | Null : Types.null_val kind
Sourcetype tagged_t =
  1. | JSONFalse
  2. | JSONTrue
  3. | JSONNull
  4. | JSONString of string
  5. | JSONNumber of float
  6. | JSONObject of t Dict.t
  7. | JSONArray of t array
Sourceval classify : t -> tagged_t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval test : 'a -> bool
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval decodeString : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval decodeNumber : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval decodeObject : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval decodeArray : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval decodeBoolean : t -> 'a
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval decodeNull : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval parseExn : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval stringifyAny : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval null : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval string : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval number : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval boolean : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval object_ : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval array : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval stringArray : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval numberArray : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval booleanArray : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval objectArray : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval stringify : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval stringifyWithSpace : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval patch : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval serializeExn : t -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval deserializeUnsafe : string -> 'a
  • alert not_implemented is not implemented in native under server-reason-react.js
OCaml

Innovation. Community. Security.