-
Hi there!
it's very useful to be able to inform the encoder that some part of the input is already JSON.
So it should be used "as is" without any additional escaping etc.
Something like:
``` erlang
P…
-
protobuf.js version:
i have json structure like this pattern i get it back from my db:
```js
{
"rowCount": 8,
"fields": [
{
"name": "fundTypeId",
"d…
-
Extracted from users slack channel
```
{
"group_id": 1010,
"competition_count": {
"val": 20,
"type": "ts"
},
"session_count": {
"val": 20,
"type": "ts"
…
-
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…
-
I'm seeing some confusion on Discord about the whitespace being hard to read.
It seems to assume that it will be read from the top, and the user will add keys and indentation as they go along.
…
-
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…
-
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…
-
### 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…
-
Raml parser doesn't attempt to parse or validate the nested schema.
{
"required": true,
"description": "Bulk buy limit attributes",
"type": [
"object",
"n…