-
We mark xml elements as json:array=true to force serialization as array in JSON. However: when the element happens to be empty the JSON serialization fails and creates illegal output. If I omit the js…
-
It would be useful to be able to slice JSON arrays using JSONata. The equivalent syntax in JSONpath is as follows:
```
$..book[2] The third book
$..book[-2] The second to last book
$..bo…
-
we have things in mmnormalize that can create json arrays, we need functions to add something to an array, combine arrays, and delete an item from an array.
As a first pass, I would not try and deal …
-
The json contains and empty array for kerning.
Command: `./msdf-atlas-gen -font Montserrat-SemiBold.ttf -json Montserrat.json -imageout Montserrat.json.png -type mtsdf`
*(The double extension on `…
-
### Description
I've got a pretty simple fetcher function for a custom Cache implementation in my app, useChat is totally broken with it since it is sending tons of weird requests where url is an A…
-
//// sm_translator.sp
//
// C:\Program Files (x86)\steamcmd\l4d2sv\left4dead2\addons\sourcemod\scripting\include\json\helpers\decode.inc(399) : warning 203: symbol is never used: "is_array"
// 399 …
-
[OpenAPI 3.1](https://spec.openapis.org/oas/latest.html) was released in February 2021 and is fully aligned with JSON Schema, upgrading the OGC-EDR API to use OpenAPI schema 3.1 will remove the need…
-
Somehow Scriban seems to flatten out JSON objects and arrays. For example, in the code below:
```csharp
using System.Collections.Generic;
using Scriban;
using Scriban.Runtime;
using Newtonsoft.…
-
### API Spec link
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cpim/resource-manager/Microsoft.AzureActiveDirectory/preview/2023-05-17-preview/externalIdentities.json
### AP…
-
I would like to save and load an f8m5e2 array. I initially tried using the standard `numpy.save()` and `numpy.load()` functions, but loading fails.
```bash
.local/lib/python3.10/site-packages/nump…