hongyuanjia / eplusr

A Toolkit for Using EnergyPlus in R.
https://hongyuanjia.github.io/eplusr
Other
67 stars 13 forks source link

Directly use epJSON and JSON IDF file as supported in EnergyPlus v8.9 #35

Open hongyuanjia opened 5 years ago

hongyuanjia commented 5 years ago

See #5893.

Currently did not find any R bindings for the JSON library that EnergyPlus uses to parse IDD and IDF file in JSON format.

Implementation in EnergyPlus: https://github.com/NREL/EnergyPlus/tree/v9.1.0/src/EnergyPlus/InputProcessing

Output:JSON class introduced in v9.1.0

hongyuanjia commented 5 years ago

jsonvalidate looks like promising.