Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle big integers in incoming events
An event may have data that contains a BigInt. The builtin `JSON` parser for JavaScript does not handle the `BigInt` types. The introduced `json-bigint` dependency (34k) does. Fixes: cloudevents#489 Signed-off-by: Lance Ball <lball@redhat.com>
- Loading branch information