The ULib one?
Sure, as long as you know how to keep the syntax grouping.
Basically, both svn and release use the same table format
"1admin name(steamid if svn)"
{
"blah1"
}
"2admin name(steamid if svn)"
{
"blah2"
}
"3admin name(steamid if svn)"
{
"blah3"
}
You'd need to get rid of "name/steamid" and the full bracket tree { } until the next name/steamid.
"2admin name(steamid if svn)"
{
"blah2"
}
I recommend backing up before editing. Easy to erase a wrong character and break it.