#include "upb/def.h"

Go to the source code of this file.
Enumerations | |
| enum | { upb_JsonDecode_IgnoreUnknown = 1 } |
Functions | |
| bool | upb_JsonDecode (const char *buf, size_t size, upb_Message *msg, const upb_MessageDef *m, const upb_DefPool *symtab, int options, upb_Arena *arena, upb_Status *status) |
| anonymous enum |
| Enumerator | |
|---|---|
| upb_JsonDecode_IgnoreUnknown | |
Definition at line 37 of file json_decode.h.
| bool upb_JsonDecode | ( | const char * | buf, |
| size_t | size, | ||
| upb_Message * | msg, | ||
| const upb_MessageDef * | m, | ||
| const upb_DefPool * | symtab, | ||
| int | options, | ||
| upb_Arena * | arena, | ||
| upb_Status * | status | ||
| ) |
Definition at line 1486 of file json_decode.c.