Documentation ¶
Overview ¶
Package jsonio contains I/O functions for persisting data with json.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadMessage ¶
ReadMessage reads a json-encoded value from fname, and unmarshalls it into v.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store represents a persistent json message store.
Click to show internal directories.
Click to hide internal directories.