Decodes self as a JSON string.
(self)
| 110 | ) |
| 111 | |
| 112 | def decodeJSON(self) -> computedobject.ComputedObject: |
| 113 | """Decodes self as a JSON string.""" |
| 114 | return apifunction.ApiFunction.call_(f'{self.name()}.decodeJSON', self) |
| 115 | |
| 116 | @staticmethod |
| 117 | # pylint: disable=redefined-builtin |