This project contains the common handling of JSON marshalling and unmarshalling.
(ns your.ns
(:require [com.brunobonacci.mulog.common.json :as json]))
;; serializa events with correct datetime formatting
;; support of exception serialization and flakes.
(json/to-json {:your :data})
;; => "{\"your\":\"data\"}"
Copyright © 2019-2021 Bruno Bonacci - Distributed under the Apache License v2.0