Add @base as a keyword.

This commit is contained in:
Dave Longley 2013-03-04 21:28:24 -05:00
parent 4552cc6112
commit 8b20be5785
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
/**
* PHP implementation of the JSON-LD API.
* Version: 0.0.13
* Version: 0.0.14
*
* @author Dave Longley
*
@ -5063,6 +5063,7 @@ class JsonLdProcessor {
return false;
}
switch($v) {
case '@base':
case '@context':
case '@container':
case '@default':