Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
loudenvier committed Nov 25, 2023
1 parent 61fa5bc commit dae43fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Assert.Equal("0.0.0.0", netConfig.WLan.eth2.Network.DnsServers[1]);
...
```
## Motivation
[Dahua's](https://www.dahuasecurity.com) camera API/SDK uses this flavor of *dot notation* profusely in their responses (notice the entry `Network.Domain=dauha` in the example above). This library was born when I started writing code to inferface with a brazilian branded (([Intelbras](https://www.intelbras.com)) Dahua facial recognition device. I adamantly refused to work with plain strings or untyped dictionaries, so I wrote a very simple dot notation parser and hacked my way with [Newtonsoft's Json.Net](https://www.newtonsoft.com/json) to build strongly typed objects out of parsed dictionaries and lists.
[Dahua's](https://www.dahuasecurity.com) camera API/SDK uses this flavor of *dot notation* profusely in their responses (notice the entry `Network.Domain=dauha` in the example above). This library was born when I started writing code to inferface with a brazilian branded ((Intelbras](https://www.intelbras.com)) Dahua facial recognition device. I adamantly refused to work with plain strings or untyped dictionaries, so I wrote a very simple dot notation parser and hacked my way with [Newtonsoft's Json.Net](https://www.newtonsoft.com/json) to build strongly typed objects out of parsed dictionaries and lists.

## How it works

Expand Down

0 comments on commit dae43fd

Please sign in to comment.