JoshuaKGoldberg / package-json-validator

Tools to validate package.json files
MIT License
107 stars 26 forks source link

🚀 Feature: Accept parsed JSON directly #66

Open slavafomin opened 5 years ago

slavafomin commented 5 years ago

Hello!

Thank you for this great library!

However, right now, the validate function accepts the manifest in a string format, however, it would be great if it would accept a pre-parsed JSON object.

This would be beneficial in pipeline scenarios.

Thanks!

JoshuaKGoldberg commented 6 months ago

Agreed, this would be great. Accepting PRs!