Home | History | Annotate | Download | only in common

Lines Matching refs:JSON_NEWLINE

60 #define JSON_NEWLINE "\r\n"
62 #define JSON_NEWLINE "\n"
65 "{" JSON_NEWLINE
66 " \"bool\": true," JSON_NEWLINE
67 " \"double\": 3.14," JSON_NEWLINE
68 " \"int\": 42," JSON_NEWLINE
69 " \"list\": [ 1, 2 ]," JSON_NEWLINE
70 " \"null\": null" JSON_NEWLINE
71 "}" JSON_NEWLINE;
72 #undef JSON_NEWLINE