Brad Robinson %!s(int64=11) %!d(string=hai) anos
pai
achega
91d372051d
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      readme.md

+ 6 - 1
readme.md

@@ -388,7 +388,10 @@ eg: the non-strict parser will allow this:
 ## IJsonReader and IJsonWriter
 
 These interfaces only need to be used when writing custom formatters and parsers.  They are the low
-level interfaces used to read and write the Json stream.
+level interfaces used to read and write the Json stream and are passed to the callbacks for custom
+parsers and formatters.
+
+### IJsonReader
 
 The IJsonReader interface reads from the Json input stream.  
 
@@ -418,6 +421,8 @@ routine must read each value from the IJsonReader before returning.
 
 *Parse* - parses a typed value from the input stream.
 
+### IJsonWriter
+
 The IJsonWriter interface writes to the Json output stream:
 
     public interface IJsonWriter