package plist

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

Module PlistSource

Sourcetype pnode =
  1. | Array of pnode list
  2. | Dict of (string * pnode) list
  3. | Integer of int
  4. | String of string
  5. | Key of string
Sourceval make : pnode -> string
Sourceval parse_dict : string -> Yojson.Basic.json
OCaml

Innovation. Community. Security.