Skip to content

peardox/JsonTools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A fork of https://github.com/sysrpl/JsonTools applying patches not available on the Master branch with some additions of my own.

This fork is an attempt to hopefully merge the updates various developers have submitted but not had applied to create a unified version that is maintained

JsonTools

A small pascal based json parser in one unit with no dependencies.

Please visit this page for a complete guide on how to use this parser.

Changelog

2020-10-05

Initial fork implementing ...

  • Merged most recent patched copy found - source varianus
  • Add damoasda damoasda/unit-tests - source nglthach
  • TJsonNode.KindAsString property - returns the TJsonNodeKind enum as a string ('nkObject', 'nkArray', 'nkBool', 'nkNull', 'nkNumber', 'nkString')
  • Apply damoasda fix for #11 - Error while parsing ""

About

A small pascal based json parser in one unit with no dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Pascal 100.0%