vkzhuk/Difference-Generator

View on GitHub
src/renderJson.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Differ\renders;

function renderJson($astTree)
{
    return json_encode($astTree);
}