-
Hi, first of all kudos for such directive, it's been useful :) Keep up the good work.
I have noticed it's not possible to access JSON nested properties from the response, which I would find really us…
-
Can someone please provide a solution to the issue that has been raised long back and is still in open state?
[https://github.com/swagger-api/swagger-ui/issues/7672](https://github.com/swagger-api/…
-
must be able to specify height
-
```ts
db.select(
t.tweet(tweet => ({
// Many-to-one relation
author: db.get(t.user, tweet.author),
// Many-to-many relation
hashtags: db.select(t.hashtag).where(hashtag => hash…
-
Raml parser doesn't attempt to parse or validate the nested schema.
{
"required": true,
"description": "Bulk buy limit attributes",
"type": [
"object",
"n…
-
It's hard to define and maintain mapping in integrations.
It would great to have a way to define mappings in a delcaritive way like in example bellow:
`````
// Define the mapping rules outsid…
-
Hi There!
Is it possible to have a inner part of an object encoded already,
and jsx takes the inner part 'as is' when encoding the wrapping object ?
like https://github.com/tophitpoker/mochijson3/blo…
-
On my JSON, I have this:
```
{
"employees": [
{
"id": 1,
"name": "Jason Bourne",
"employeeId": "us2323",
"city": "New York",
"contact": {
"email":…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
See example code
### Example Code
```Python
from typing import Literal
from pydantic import BaseModel
type Test…
-
Hi,
I'm trying to convert nested arrays into objects. I want offsets out of this nested arrays. so that I can split the offsets using splitjson. could you please help me with the jolt transform.
…