Skip to content

Latest commit

 

History

History

mulog-json

μ/log json

Clojars Project

This project contains the common handling of JSON marshalling and unmarshalling.

Usage

(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\"}"

License

Copyright © 2019-2021 Bruno Bonacci - Distributed under the Apache License v2.0