Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

errors on parsing (assert in DEBUG mode) #35

Open
skribtsov opened this issue May 2, 2023 · 0 comments
Open

errors on parsing (assert in DEBUG mode) #35

skribtsov opened this issue May 2, 2023 · 0 comments

Comments

@skribtsov
Copy link

virtual json::reader::push_result json::reader::push(char): Assertion `this->length() - start_length == 1' failed.

my json is pretty simple

{
"kinesis": {
"kinesisSchemaVersion": "1.0",
"partitionKey": "filename_XXX_YYY_ZZZ_1214",
"sequenceNumber": "49639895790609468939184586116865187124815123996104196162",
"data": "MTVHCS9ob21lL0FubgoxNUcJdG90YWwK",
"approximateArrivalTimestamp": 1681668596.11
},
"eventSource": "aws:kinesis",
"eventVersion": "1.0",
"eventID": "shardId-000000000004:49639895790609468939184586116865187124815123996104196162",
"eventName": "aws:kinesis:record",
"invokeIdentityArn": "arn:aws:iam::780743977125:role/lambda-cpp-demo",
"awsRegion": "us-east-1",
"eventSourceARN": "arn:aws:kinesis:us-east-1:780743977125:stream/pawlin-datastream1"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant