Sha256: b98631e65832d264fd60d3da2a6447f94a651cbf5c4c7358a6c4e12dba44c1bf

Contents?: true

Size: 953 Bytes

Versions: 84

Compression:

Stored size: 953 Bytes

Contents

/*
 *
 * Copyright 2015 gRPC authors.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 */

#ifndef GRPC_CORE_LIB_JSON_JSON_COMMON_H
#define GRPC_CORE_LIB_JSON_JSON_COMMON_H

/* The various json types. */
typedef enum {
  GRPC_JSON_OBJECT,
  GRPC_JSON_ARRAY,
  GRPC_JSON_STRING,
  GRPC_JSON_NUMBER,
  GRPC_JSON_TRUE,
  GRPC_JSON_FALSE,
  GRPC_JSON_NULL,
  GRPC_JSON_TOP_LEVEL
} grpc_json_type;

#endif /* GRPC_CORE_LIB_JSON_JSON_COMMON_H */

Version data entries

84 entries across 84 versions & 3 rubygems

Version Path
grpc-1.26.0 src/core/lib/json/json_common.h
grpc-1.26.0.pre1 src/core/lib/json/json_common.h
grpc-1.25.0 src/core/lib/json/json_common.h
grpc-1.25.0.pre1 src/core/lib/json/json_common.h
grpc-1.23.1 src/core/lib/json/json_common.h
grpc-1.24.0 src/core/lib/json/json_common.h
grpc-1.24.0.pre1 src/core/lib/json/json_common.h
grpc-1.23.0 src/core/lib/json/json_common.h
grpc-1.22.1 src/core/lib/json/json_common.h
grpc-1.23.0.pre1 src/core/lib/json/json_common.h
grpc-1.22.0 src/core/lib/json/json_common.h
grpc-1.22.0.pre1 src/core/lib/json/json_common.h
grpc-1.21.0 src/core/lib/json/json_common.h
grpc-1.20.0 src/core/lib/json/json_common.h
grpc-1.20.0.pre1 src/core/lib/json/json_common.h
grpc-1.19.0 src/core/lib/json/json_common.h
grpc-1.19.0.pre1 src/core/lib/json/json_common.h
grpc-1.18.0 src/core/lib/json/json_common.h
grpc-1.18.0.pre1 src/core/lib/json/json_common.h
grpc-1.17.1 src/core/lib/json/json_common.h