Skip to content

Commit

Permalink
docs: grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
kpietraszko committed Jan 1, 2025
1 parent 3a07a20 commit a8b47dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 46 deletions.
43 changes: 0 additions & 43 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ In formats like JSON, a message normally looks something like this:
```
*I'm using JSON as an example here, but schemind is essentially protocol-agnostic. I use it with MessagePack.*

If you desperately need to make this message more compact, you could alternatively serialize it as such:
If you desperately need to make this message more compact, you could alternatively serialize it like so:
```json
[
1,
Expand All @@ -49,10 +49,10 @@ If you desperately need to make this message more compact, you could alternative

This is sometimes referred to as a message with *indexed keys*.

*Note that this obviously has some drawbacks: [recommended reading about the pros and cons of this format](https://github.com/MessagePack-CSharp/MessagePack-CSharp#use-indexed-keys-instead-of-string-keys-contractless).*

**Schemind** helps you create and read such messages, if your (de)serializer doesn't support this technique.

*Note that this format obviously has some drawbacks: [recommended reading about the pros and cons](https://github.com/MessagePack-CSharp/MessagePack-CSharp#use-indexed-keys-instead-of-string-keys-contractless).*

## Installation

```shell
Expand Down

0 comments on commit a8b47dc

Please sign in to comment.