-
When we perform a search over JSON document content, it would be nice to provide an extra object parameter describing how to name fields in the objects returned...
Example:
```javascript
let re…
-
**Describe the bug**
When chunking text with tables in them (using the `by_title` strategy), tables are split into chunks row-by-row (if `max_characters` is set sufficiently low). That's great (and a…
-
> I think we talked about adding a uri attribute to the JSON object for each module that comes back from the api/field_module/field_module, but I guess it never got implemented.
Hey @jgaehring than…
-
The Event/Alert Details flyout displays nested objects (`type: nested`) as a single object, and in doing so loses information about the true underlying structure of those nested documents.
Affects …
rylnd updated
3 years ago
-
What is about my JRaw? It is relatively easy to implement with a custom converter and it would be great to accept serialized objects: https://learn.microsoft.com/en-us/dotnet/api/system.text.json.utf8…
-
### Preflight Checklist
- [X] I agree to follow the [Code of Conduct](https://github.com/dexidp/dex/blob/master/.github/CODE_OF_CONDUCT.md) that this project adheres to.
- [X] I have searched the [is…
-
Hi, I am trying to parse a simple json and to add a "AND" condition in my filter, but it seems to give me a syntax error.
let's say my json is
```{
"healthCheck": [
{
"service": …
nmamn updated
1 month ago
-
Two implementation patterns observed in the wild seem to be within fairly easy reach, possible addressed by pyld option proposed?
1: use of a header specifiying the context for plain JSON, or progr…
-
### What happened?
I launched a fresh installation of raspbian. I followed the following tutorial. at some point, node tells me it’s installed, but then the bluid doesn’t work.
### What did you expe…
-
I want to create a custom contract resolver that doesn't serialize certain properties on the object being serialized, based on property name. Whilst I can extend the `DefaultContractResolver` and ove…