getPack

Read the pack data from a JSON file.

  1. Pack getPack(JSONParser json)
  2. Pack getPack(string filename)
    @safe
    getPack
    (
    string filename
    )

Parameters

filename string

Name of the file to read from.

Throws

rcdata.json.JSONException on type mismatch or type error

Meta