nex_json_schema v0.7.2 NExJsonSchema

Link to this section Summary

Link to this section Types

Link to this type json()
json() :: %{optional(String.t) => json_value}
Link to this type json_value()
json_value ::
  nil |
  true |
  false |
  list |
  float |
  integer |
  String.t |
  %{}