JSEN. A simpler way to work with JSON data in Swift apps.

github.com/rogerluan/JSEN

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2024
  • Run workflow on the main branch.
  • Lint `README.md`.
September 2023
  • Update README.md
August 2023
  • Add view count badge.
October 2022
  • Trigger settings update.
  • Add settings.yml.
June 2022
  • Update README.md
  • Release —1.2.1
  • #4 Fix Issue When Writing to Empty Dictionary
  • Fix issue when writing to empty dictionary.
May 2022
  • Release —1.2.0
  • #3 Add appending function to `KeyPath` using the "+" operator
  • Add tests for KeyPath description and appending operator.
  • Add append function using the "+" operator.
  • Release —1.1.3
  • Make KeyPath functions/properties public.
February 2022
  • Fix README: "suffix" → "prefix".
  • Release —1.1.2
  • #2 allow JSEN to be initialized from a type-erased JSEN instance
  • Handle JSEN in the init from Any?
  • Prove the init from Any? doesn't handle JSEN
June 2021
  • Release —Make init method public
  • Add public access modifier to init method.
  • Release —Add JSEN Custom Initializer to Init From `Any?`
  • #1 Add JSEN Custom Initializer to Init From `Any?`
  • Add JSEN custom initializer to init from `Any?`.
  • Release —Initial Version