Ejemplo n.º 1
0
int main()
{
    encode_twice();
    circular_references();
    encode_other_than_array_or_object();
    return 0;
}
Ejemplo n.º 2
0
static void run_tests()
{
    encode_null();
    encode_twice();
    circular_references();
    encode_other_than_array_or_object();
    escape_slashes();
}