diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 655e53cbc0..0f9854ffea 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-09-08 18:28 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) + + harbour/include/harbour.hbx + * added new JSON functions + 2010-09-08 18:15 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) + harbour/src/rtl/hbjson.c + added JavaScript Object Notation (JSON) encoder, decoder functions diff --git a/harbour/include/harbour.hbx b/harbour/include/harbour.hbx index 337edc915c..241f6bd451 100644 --- a/harbour/include/harbour.hbx +++ b/harbour/include/harbour.hbx @@ -598,6 +598,8 @@ DYNAMIC HB_ISREGEX DYNAMIC HB_ISSTRING DYNAMIC HB_ISSYMBOL DYNAMIC HB_ISTIMESTAMP +DYNAMIC HB_JSONDECODE +DYNAMIC HB_JSONENCODE DYNAMIC HB_KEYCLEAR DYNAMIC HB_KEYINS DYNAMIC HB_KEYPUT