Closed phptek closed 8 years ago
At present we have a choice of "json" or "array" as a return format for our JSON queries.
This enhancement suggests a third option "silverstripe" which would return an array or ArrayList of DBField subtypes, for each match found,
array
ArrayList
DBField
See dev-experimental branch
This is now well underway in master. Closing...
At present we have a choice of "json" or "array" as a return format for our JSON queries.
This enhancement suggests a third option "silverstripe" which would return an
array
orArrayList
ofDBField
subtypes, for each match found,