JSON Serialization in Elixir: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 December 2023

  • curprev 14:4614:46, 3 December 2023Elixirfan talk contribs 2,216 bytes +2,216 Created page with "==JSON Serialization in Elixir== JSON (JavaScript Object Notation) is a popular data format used for exchanging data between different systems due to its simplicity and wide support. Elixir, a powerful functional programming language built on top of Erlang's virtual machine, offers several options for JSON serialization. In this article, we will explore the various libraries and techniques available in Elixir for working with JSON. ===Poison=== Poison is a widely u..."