Skip to content

JSON parser with objects position output feature

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

jekyll2014/JsonPositionParser

Repository files navigation

JsonPositionParser

JSON parser with objects position output feature

Making my JSON validators I've found out that there is no way to link a json parsed property to original json text position. Had to make my own.

It is now possible to show property position in the text by it's json path. See test project as an example.

As a side effect it is possible to run simple validation like finding duplicate property names within object (which is not reported by MS or NewtonSoft parsers but simply last entry taken as final value).

About

JSON parser with objects position output feature

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published