Skip to content

Commit 243f4ca

Browse files
committed
Update README.md
1 parent 7be6605 commit 243f4ca

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ Like most of the interfaces in Service Stack, the API is simple and descriptive.
2727
T TypeSerializer.DeserializeFromString<T>(string value)
2828
T TypeSerializer.DeserializeFromReader<T>(TextReader reader)
2929

30-
//Dynamic JSON parsing
30+
Where *T* can be any .NET POCO type. That's all there is - the API was intentionally left simple :)
31+
32+
### Dynamic JSON parsing API
33+
3134
JsonObject.Parse()
3235
JsonArrayObjects.Parse()
3336

@@ -70,9 +73,7 @@ String Utils:
7073
string SafeSubstring()
7174
string ToUtf8Bytes() / FromUtf8Bytes()
7275

73-
and many more Reflection, List, Dictionary, DateTime extensions...
74-
75-
Where *T* can be any .NET POCO type. That's all there is - the API was intentionally left simple :)
76+
and many more String, Reflection, List, Dictionary, DateTime extensions...
7677

7778
### Supports Dynamic JSON as well
7879

0 commit comments

Comments
 (0)