postdown / Postdown

Generate markdown API document from Postman.
GNU General Public License v3.0
76 stars 26 forks source link

Replaced javascript like dict key checks #9

Open KarakayaFSM opened 3 years ago

KarakayaFSM commented 3 years ago

Replaced javascript like if['dict'] key checks with in operator to prevent null pointers. This quick fix has resolved the issue for me.