 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONDecoder ¶
type JSONEncodeDecoder ¶
type JSONEncodeDecoder interface {
	NewEncoder(w io.Writer) JSONEncoder
	NewDecoder(r io.Reader) JSONDecoder
}
    type JSONEncoder ¶
type JSONMarshalUnmarshaler ¶
type JSONSerializer ¶
type JSONSerializer interface {
	JSONMarshalUnmarshaler
	JSONEncodeDecoder
}
     Click to show internal directories. 
   Click to hide internal directories.