Deprecate datatype.json() and datatype.array() for removal #1851
Labels
c: chore
PR that doesn't affect the runtime behavior
deprecation
A deprecation was made in the PR
m: datatype
Something is referring to the datatype module
p: 1-normal
Nothing urgent
s: accepted
Accepted feature / Confirmed bug
Milestone
Clear and concise description of the problem
The methods return data that are most likely useless for the users as it contains arbritary data.
Suggested solution
Deprecate the method and recommend helpers.multiple (for datatype.array) and a self built method for datatype.json.
Alternative
No response
Additional context
We decided that we don't want to return random "dynamic" objects from our API unless the user explicitly passed the inputs for the method: #1733 (comment)
The text was updated successfully, but these errors were encountered: