Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 2... Línea 2...
2
jmespath.php
2
jmespath.php
3
============
3
============
Línea 4... Línea 4...
4
 
4
 
5
JMESPath (pronounced "jaymz path") allows you to declaratively specify how to
5
JMESPath (pronounced "jaymz path") allows you to declaratively specify how to
6
extract elements from a JSON document. *jmespath.php* allows you to use
6
extract elements from a JSON document. *jmespath.php* allows you to use
7
JMESPath in PHP applications with PHP data structures. It requires PHP 5.4 or
7
JMESPath in PHP applications with PHP data structures. It requires PHP 7.2.5 or
8
greater and can be installed through `Composer <http://getcomposer.org/doc/00-intro.md>`_
8
greater and can be installed through `Composer <http://getcomposer.org/doc/00-intro.md>`_
Línea 9... Línea 9...
9
using the ``mtdowling/jmespath.php`` package.
9
using the ``mtdowling/jmespath.php`` package.