Change Library Search "Revisions" from Object to Array #95
Labels
status: waiting for information
More information must be provided before work can proceed
type: enhancement
Proposed improvement
Following on standard Story syntax, here...
Overview
I want to deserialize the response from a command. Currently, the format of the response presents a problem when trying to create an array of objects.
Take this command, for example:
The response has the
libraries
>[n]
>Releases
property is anObject
, not anArray
, as seen here....Ideally, for deserialization, the
Releases
property would be anArray
, like this...The text was updated successfully, but these errors were encountered: