-
Context: we're using Laravel Nova as a headless CMS and disclose information through a JSON API. The rendering happens in a different app (next.js in this case, but could be anything).
When renderi…
-
We are currently not able to add JSONSerializable objects to excel files. Possible steps:
- Add a warning, if JSONSerializable are contained and don't convert them
- Make JSON strings from those o…
-
Currently, it appears that `genericArgumentFactories` works only if the mappers use a very specific name format
Consider the following example:
```dart
@JsonSerializable(genericArgumentFactorie…
-
Description:
formatter is moving type hints in classes
Failing code:
```
class Record implements JsonSerializable
{
public $filename;
public (float) $number;
public $recorder;
}…
-
PHP8.2版本,Linux环境下报错
During inheritance of JsonSerializable: Uncaught think\exception\ErrorException: Return type of FormBuilder\Driver\CustomComponent::jsonSerialize() should either be compatible wit…
-
**Describe the bug**
I know the C# k8s client has been working to get compatible with source trimming. I tried to get Json serialization working, but get this error at compile time:
`The 'JsonCo…
-
### Version(s) affected
5.0
### Description
Works in 4.9 but not 5.0: `json_encode(\Webauthn\PublicKeyCredentialRequestOptions::create(random_bytes(32), allowCredentials: []))`
I need to json_en…
-
``` json
{
"itemList": [
{
"data": {
"itemList": [
{
"data": {}
}
]
}
}
]
}
```
类似于这种json, 转换得到的结果:
``` dart2
@…
ZzZxL updated
5 years ago
-
- Laravel Version: 8.34.0
- PHP Version: 8.0.2
- Database Driver & Version: N/A
### Description:
Shouldn't `EnumeratesValues::getArrayableItems()` check for `Traversable` before `Jsonabl…
-
**Describe the bug**
If a kubernetes client config contains string lists (for example, at users[*].user.exec.args), the yaml serializer throws that it can't deserialize the node into IList.
```
N…