vendor/google.golang.org/protobuf/internal/encoding/text/doc.go
changeset 260 445e01aede7e
parent 256 6d9efbef00a9
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
    22 // grammar such that the default text serialization by C++ can be parsed by Go.
    22 // grammar such that the default text serialization by C++ can be parsed by Go.
    23 // However, just because the C++ parser accepts some input does not mean that
    23 // However, just because the C++ parser accepts some input does not mean that
    24 // the Go implementation should as well.
    24 // the Go implementation should as well.
    25 //
    25 //
    26 // The text format is almost a superset of JSON except:
    26 // The text format is almost a superset of JSON except:
    27 //	* message keys are not quoted strings, but identifiers
    27 //   - message keys are not quoted strings, but identifiers
    28 //	* the top-level value must be a message without the delimiters
    28 //   - the top-level value must be a message without the delimiters
    29 package text
    29 package text