https://github.com/aimenux/jsonpathdemo
Playing with json path
https://github.com/aimenux/jsonpathdemo
fluent-assertions json-path net60 newtonsoft-json system-text-json xunit-tests
Last synced: 1 day ago
JSON representation
Playing with json path
- Host: GitHub
- URL: https://github.com/aimenux/jsonpathdemo
- Owner: aimenux
- License: mit
- Created: 2023-03-27T13:26:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T22:10:21.000Z (about 3 years ago)
- Last Synced: 2025-02-27T01:54:31.367Z (over 1 year ago)
- Topics: fluent-assertions, json-path, net60, newtonsoft-json, system-text-json, xunit-tests
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/aimenux/JsonPathDemo/actions/workflows/ci.yml)
# JsonPathDemo
```
Playing with json path
```
> In this repo, i m providing some examples in order to fetch json paths for some property name
>
> :one: `Example01` Use of [Newtonsoft.Json](https://www.newtonsoft.com/json)
>
> :two: `Example02` Use of [System.Text.Json](https://learn.microsoft.com/en-us/dotnet/api/system.text.json)
>
**`Tools`** : vs22, net 6.0, xunit, fluent-assertions