Skip to content
Tomohiko Himura edited this page Mar 9, 2015 · 7 revisions

Welcome to the parkmap wiki!

料金情報JSON サンプル

{
  "type":"times",
  "times":[
    {
       "type":"basic",
       "start":{"hour":7,"min":0},
       "end":{"hour":22,"min":0},
       "per_minute":30,
       "fee":180,
       "max":1200
    },
    {
       "type":"basic",
       "start":{"hour":22,"min":0},
       "end":{"hour":7,"min":0},
       "per_minute":30,
       "fee":180,
       "max":1200
    },
  ]
}
Clone this wiki locally