An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![.NET](https://github.com/aimenux/JsonPathDemo/actions/workflows/ci.yml/badge.svg?branch=main)](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