Cargo Features

merde_json has no features set by default.

[dependencies]
merde_json = { version = "5.0.5", features = ["full", "num-bigint"] }
full = num-bigint
num-bigint full?

Enables num-bigint and num-traits

merde_json has 2 features without comments.