Skip to content

Releases: LouisLanganay/json-parser

Version 1.1.0

Version 1.0.2

29 Mar 20:46
Compare
Choose a tag to compare

Features

  • Add some tests

Fixing

  • when a float is like 42.00 it was considered as an int

Full Changelog: v1.0.1...v1.0.2

Version 1.0.1

17 Feb 16:25
Compare
Choose a tag to compare

Fixing some codding styles errors.

Full Changelog: v1.0...v1.0.1

Version 1.0

06 Feb 19:35
Compare
Choose a tag to compare

READER/SEARCH/WRITE FEATURES

  • int
  • float (not write)
  • bool
  • str
  • obj
  • arr

Full Changelog: https://github.com/LouisLanganay/json-parser/commits/v1.0