Fact.Seam.Encoder.Json.V1 (Fact v0.1.0)
View SourceJSON encoder implementation for event records.
Encodes the given data to JSON format using either the JSON module if available,
or Jason. If neither library is present, encoding returns {:error, :no_json_impl}.