caching/vendor/github.com/json-iterator/go
Matt Moore f0d7bb6095
Add the initial caching type definitions. (#5)
* Add the initial caching type definitions.

This is largely carried over from https://github.com/knative/serving/pull/1972

* Incorporate feedback from @evankanderson

* Add the CRD for the type definition.
2018-09-07 09:56:33 -07:00
..
LICENSE Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
adapter.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
any.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
any_array.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
any_bool.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
any_float.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
any_int32.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
any_int64.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
any_invalid.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
any_nil.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
any_number.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
any_object.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
any_str.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
any_uint32.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
any_uint64.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
config.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
iter.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
iter_array.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
iter_float.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
iter_int.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
iter_object.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
iter_skip.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
iter_skip_sloppy.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
iter_skip_strict.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
iter_str.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
jsoniter.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
pool.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
reflect.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
reflect_array.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
reflect_dynamic.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
reflect_extension.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
reflect_json_number.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
reflect_json_raw_message.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
reflect_map.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
reflect_marshaler.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
reflect_native.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
reflect_optional.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
reflect_slice.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
reflect_struct_decoder.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
reflect_struct_encoder.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
stream.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
stream_float.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
stream_int.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
stream_str.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00