From 277644f70cdafbf8bf96ef8cd4106b194811cc57 Mon Sep 17 00:00:00 2001 From: Mindaugas Kavaliauskas Date: Wed, 8 Sep 2010 15:29:03 +0000 Subject: [PATCH] 2010-09-08 18:28 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) + harbour/include/harbour.hbx * added new JSON functions --- harbour/ChangeLog | 4 ++++ harbour/include/harbour.hbx | 2 ++ 2 files changed, 6 insertions(+) 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