README.md
changeset 8 67c1c0c716e8
parent 3 ef9f89362aac
equal deleted inserted replaced
7:370805b49c92 8:67c1c0c716e8
     8 data structures as JSON but in a format that is resistant to buffer
     8 data structures as JSON but in a format that is resistant to buffer
     9 overflows and backward compatible with original netstrings.  They make
     9 overflows and backward compatible with original netstrings.  They make
    10 no assumptions about string contents, allowing for easy transmission of
    10 no assumptions about string contents, allowing for easy transmission of
    11 ascii and binary data mixed with strongly typed values.
    11 ascii and binary data mixed with strongly typed values.
    12 
    12 
    13 See http://cr.yp.to/proto/netstrings.txt and http://tnetstrings.org/ for
    13 See http://cr.yp.to/proto/netstrings.txt and http://tnetstrings.info/ for
    14 additional information.
    14 additional information.
    15 
    15 
    16 
    16 
    17 ### Installation ###
    17 ### Installation ###
    18 
    18