https://github.com/jekyll2014/jsonpositionparser
JSON parser with objects position output feature
https://github.com/jekyll2014/jsonpositionparser
Last synced: 3 months ago
JSON representation
JSON parser with objects position output feature
- Host: GitHub
- URL: https://github.com/jekyll2014/jsonpositionparser
- Owner: jekyll2014
- License: mit
- Created: 2021-01-28T10:54:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-24T11:47:16.000Z (over 1 year ago)
- Last Synced: 2024-12-30T12:35:52.171Z (5 months ago)
- Language: C#
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JsonPositionParser
JSON parser with objects position output featureMaking 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).