Skip to content

Commit

Permalink
Updating README file's feature section
Browse files Browse the repository at this point in the history
LightJson now has C# 7.0 features, so it is not technically
written in C# 3.0 anymore.
  • Loading branch information
MarcosLopezC committed Jun 17, 2017
1 parent 2ec145b commit 6c35805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ A minimalist JSON library designed to easily encode and decode JSON messages.

## Features

- Written in C# 3.0 (Supports .NET Framework 3.5 or later).
- Support for .NET Framework 3.5 or later.
- Strict adherence to JSON Standard as defined in [json.org](http://json.org/).
- Expressive fluent API.
- Configurable output (minified/pretty).
Expand Down

0 comments on commit 6c35805

Please sign in to comment.