to_json_impl() and from_json_impl() are represented in AST as `impl($json_encoder, ...args)` but we want them to be codegenerated as `f$impl(JsonEncoderTag{}, ...args)` here we shift call args by one and manually output cpp struct tag{} as the first argument
source not stored for this graph (policy: none)
no test coverage detected