[API review] Evaluate format default value in Load methods #1964
Labels
priority:p1
High priority but not blocking. Causes major but not critical loss of functionality SLA <=7days
Milestone
Where the loading methods are used without a format property, we will attempt to parse the document using the default JSON reader. If that fails and the Yaml reader is registered, then we will attempt to read as YAML.
Evaluate if the following methods should have default format value of "json" or the best way to manage the default format value:
The text was updated successfully, but these errors were encountered: