awslabs / llrt

LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.
Apache License 2.0
8.04k stars 355 forks source link

Fix undefined values during json stringify #317

Closed richarddavison closed 6 months ago

richarddavison commented 6 months ago

Issue # (if available)

Fixes https://github.com/awslabs/llrt/issues/314

Description of changes

Fix JSON.stringify if undefined values at any object possition

Checklist

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.